Html Css Color HEX #FF3F06 Orange Red

📋 copy color: '#FF3F06'

red 255 ◦ green 63 ◦ blue 6

#FF3F06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #FF3F06

Tints of Orange Red #FF3F06

RGB

 RED value IS 255 (100% from 255) = 78.7%

 GREEN value IS 63 (25% from 255) = 19.44%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 78.7%
G = 19.44%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF3F06 (or 0xFF3F06) is known color: Orange Red. HEX triplet: FF, 3F and 06. RGB value is (255,63,6). Sum of RGB (Red+Green+Blue) = 255+63+6=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F06 is #00C0F9. Grayscale: #727272. Windows color (decimal): -49402 or 409599. OLE color: 409599.

HSL color Cylindrical-coordinate representation of color #FF3F06: hue angle of 13.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF3F06 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 63 6 -
CMYK 0 0.75 0.98 0
HSL 13.73º 1% 0.51% -
HSV(B) 13.73º 0.98% 1% -
XYZ 43.05 24.83 2.7 -
YUV 113.91 67.11 228.63 -
System Red Green Blue C M Y K H S L
Decimal 255 63 6 0 0.75 0.98 0 13.73 1 0.51
Hex FF 3F 6 0 4B 62 0 E 64 33
Octal 377 77 6 0 113 142 0 16 144 63
Binary 11111111 111111 110 0 1001011 1100010 0 1110 1100100 110011

Color Harmonies of #FF3F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F06

Black with #FF3F06

Text Example


Text Example

White with #FF3F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F06; }

 p { color: rgb(255,63,6); }

 H1.HeaderClassName
 {
   color: #FF3F06;
 }
 .AnyTagClassName
 {
   color: #FF3F06;
 }
</style>

background-color css

<style>
 a { background-color: #FF3F06; }

 a { background-color: rgb(255,63,6); }

 div.DivClassName
 {
   background-color: #FF3F06;
 }
 .BgClassName
 {
   background-color: #FF3F06;
 }
</style>

border-color css

<style>
 span { border-color: #FF3F06; }

 span { border-color: rgb(255,63,6); }

 td.TdClassName
 {
   border-color: #FF3F06;
 }
 .TagClassName
 {
   border-color: #FF3F06;
 }
</style>