Html Css Color HEX #F27033 Burnt Orange

📋 copy color: '#F27033'

red 242 ◦ green 112 ◦ blue 51

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

Shades of Burnt Orange #F27033

Tints of Burnt Orange #F27033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.59%

R = 59.75%
G = 27.65%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F27033 (or 0xF27033) is known color: Burnt Orange. HEX triplet: F2, 70 and 33. RGB value is (242,112,51). Sum of RGB (Red+Green+Blue) = 242+112+51=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F27033 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27033 is #0D8FCC. Grayscale: #909090. Windows color (decimal): -888781 or 3371250. OLE color: 3371250.

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

Color convert

RGB 242 112 51 -
CMYK 0 0.54 0.79 0.05
HSL 19.16º 0.88% 0.57% -
HSV(B) 19.16º 0.79% 0.95% -
XYZ 43.01 30.7 6.79 -
YUV 143.92 75.57 197.96 -
System Red Green Blue C M Y K H S L
Decimal 242 112 51 0 0.54 0.79 0.05 19.16 0.88 0.57
Hex F2 70 33 0 36 4F 5 13 58 39
Octal 362 160 63 0 66 117 5 23 130 71
Binary 11110010 1110000 110011 0 110110 1001111 101 10011 1011000 111001

Color Harmonies of #F27033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27033

Black with #F27033

Text Example


Text Example

White with #F27033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27033; }

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

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

background-color css

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

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

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

border-color css

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

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

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