COLOR #FF6634

HEX: #FF6634
RGB: (255,102,52)

Color info

#FF6634 contains mainly red color. Web safe color of #FF6634 is #FF6633 (or #F63).

RGB color model

#FF6634 color RGB value is (255,102,52).

  • red value is 255;
  • green value is 102;
  • blue value is 52.
RGB:
(255,102,52)
(100%,40%,20%)

RGB channels and saturation

R 255 of 255 = 100%
G 102 of 255 = 40%
B 52 of 255 = 20%

255
102
52

R + G + B ~ 53%. #FF6634 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
255 + 102 + 52 = 409 (100%)
R 255 of 409 ~ 62.35%
G 102 of 409 ~ 24.94%
B 52 of 409 ~ 12.71%

%62.35
%24.94
%12.71

CMYK color model

#FF6634 color CMYK value is (0,60,80,0).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 79.61%
  • key color value is 0.00%
CMYK:
(0,60,80,0)
C0M60Y80K0 
(0%,60%,80%,0%)
(0.00/0.60/0.80/0.00)	

CMYK percentages

%0
%60
%79.61
%0

Codes

Color #FF6634 in popluar color models

FF6634
RGB25510252
HSL15°100.00%60.20%
HSB/HSV15°79.61%100.00%
CMYK0.00%60.00%79.61%
0.00%

Color #FF6634 in popluar number systems.

HEXFF6634
Decimal25510252
Binary111111111100110110100
Octal37714664

Shades and tints

Shades of #FF6634

#FF6634
(255,102,52)
#E85D30
(232,93,48)
#D1542C
(209,84,44)
#BA4B28
(186,75,40)
#A34224
(163,66,36)
#8C3920
(140,57,32)
#75301C
(117,48,28)
#5E2718
(94,39,24)
#471E14
(71,30,20)
#301510
(48,21,16)
#190C0C
(25,12,12)
#000000
(0,0,0)

Tints of #FF6634

#FF6634
(255,102,52)
#FF7346
(255,115,70)
#FF8058
(255,128,88)
#FF8D6A
(255,141,106)
#FF9A7C
(255,154,124)
#FFA78E
(255,167,142)
#FFB4A0
(255,180,160)
#FFC1B2
(255,193,178)
#FFCEC4
(255,206,196)
#FFDBD6
(255,219,214)
#FFE8E8
(255,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6634 color. Also use rgb(255,102,52) instead hex code.

Text Font Color

.myTextColor { color: #FF6634; }

<p style="color:#FF6634">This sample text font color is #FF6634.</p>

This text font color is #FF6634.


Background Color

.myBgColor { background-color: #FF6634; }

<div style="background-color:#FF6634">Inner text</div>

This div background color is #FF6634.


Border color

.myBorderColor { border: 1px solid #FF6634; }

<div style="border:3px solid #FF6634">Div</div>

This div border color is #FF6634.


Opacity

.myOpacity80 { color: #FF6634; opacity: 0.8; }

<p style="color:#FF6634;opacity:0.8;">80%</p>

Text with #FF6634 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FF6634;}

<p style="text-shadow: 3px 3px 1px #FF6634">Text here.</p>

This text has shadow with #FF6634 color.

.textShadow {text-shadow: 3px 3px 1px #FF6634, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FF6634, 5px 5px 20px red">Text here.</p>

This text has shadow with #FF6634 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF6634, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FF6634, Direction=45, Strength=4)">Text</p>

This text has shadow with #FF6634 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FF6634;
  -webkit-box-shadow:	1px 1px 3px 2px #FF6634;
  box-shadow:		1px 1px 3px 2px #FF6634;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF6634;
-webkit-box-shadow: 1px 1px 3px 2px #FF6634;
box-shadow:1px 1px 3px 2px #FF6634;">
Div content here</div>
This div box has shadow with color #FF6634.

Preview

Color preview on black background

This text has color #FF6634 on black background.


Color preview on white background

This text has color #FF6634 on white background.



Black color preview on #FF6634 background

This text has black color on #FF6634 background.


White color preview on #FF6634 background

This text has white color on #FF6634 background.