Html Css Color HEX #F27136 Burnt Orange

📋 copy color: '#F27136'

red 242 ◦ green 113 ◦ blue 54

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

Shades of Burnt Orange #F27136

Tints of Burnt Orange #F27136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.63%

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

R = 59.17%
G = 27.63%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F27136 (or 0xF27136) is known color: Burnt Orange. HEX triplet: F2, 71 and 36. RGB value is (242,113,54). Sum of RGB (Red+Green+Blue) = 242+113+54=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F27136 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27136 is #0D8EC9. Grayscale: #919191. Windows color (decimal): -888522 or 3568114. OLE color: 3568114.

HSL color Cylindrical-coordinate representation of color #F27136: hue angle of 18.83º 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 #F27136 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 54 -
CMYK 0 0.53 0.78 0.05
HSL 18.83º 0.88% 0.58% -
HSV(B) 18.83º 0.78% 0.95% -
XYZ 43.19 30.95 7.19 -
YUV 144.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 242 113 54 0 0.53 0.78 0.05 18.83 0.88 0.58
Hex F2 71 36 0 35 4E 5 13 58 3A
Octal 362 161 66 0 65 116 5 23 130 72
Binary 11110010 1110001 110110 0 110101 1001110 101 10011 1011000 111010

Color Harmonies of #F27136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27136

Black with #F27136

Text Example


Text Example

White with #F27136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27136; }

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

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

background-color css

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

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

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

border-color css

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

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

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