Html Css Color HEX #F27036 Burnt Orange

📋 copy color: '#F27036'

red 242 ◦ green 112 ◦ blue 54

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

Shades of Burnt Orange #F27036

Tints of Burnt Orange #F27036

RGB

 RED value IS 242 (94.92% from 255) = 59.31%

 GREEN value IS 112 (44.14% from 255) = 27.45%

 BLUE value IS 54 (21.48% from 255) = 13.24%

R = 59.31%
G = 27.45%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F27036 (or 0xF27036) is known color: Burnt Orange. HEX triplet: F2, 70 and 36. RGB value is (242,112,54). Sum of RGB (Red+Green+Blue) = 242+112+54=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F27036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27036 is #0D8FC9. Grayscale: #909090. Windows color (decimal): -888778 or 3567858. OLE color: 3567858.

HSL color Cylindrical-coordinate representation of color #F27036: hue angle of 18.51º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F27036 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 112 54 -
CMYK 0 0.54 0.78 0.05
HSL 18.51º 0.88% 0.58% -
HSV(B) 18.51º 0.78% 0.95% -
XYZ 43.08 30.73 7.15 -
YUV 144.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 242 112 54 0 0.54 0.78 0.05 18.51 0.88 0.58
Hex F2 70 36 0 36 4E 5 13 58 3A
Octal 362 160 66 0 66 116 5 23 130 72
Binary 11110010 1110000 110110 0 110110 1001110 101 10011 1011000 111010

Color Harmonies of #F27036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27036

Black with #F27036

Text Example


Text Example

White with #F27036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27036; }

 p { color: rgb(242,112,54); }

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

background-color css

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

 a { background-color: rgb(242,112,54); }

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

border-color css

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

 span { border-color: rgb(242,112,54); }

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