Html Css Color HEX #F07033 Burnt Orange

📋 copy color: '#F07033'

red 240 ◦ green 112 ◦ blue 51

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

Shades of Burnt Orange #F07033

Tints of Burnt Orange #F07033

RGB

 RED value IS 240 (94.14% from 255) = 59.55%

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

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

R = 59.55%
G = 27.79%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F07033 (or 0xF07033) is known color: Burnt Orange. HEX triplet: F0, 70 and 33. RGB value is (240,112,51). Sum of RGB (Red+Green+Blue) = 240+112+51=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F07033 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07033 is #0F8FCC. Grayscale: #8F8F8F. Windows color (decimal): -1019853 or 3371248. OLE color: 3371248.

HSL color Cylindrical-coordinate representation of color #F07033: hue angle of 19.37º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F07033 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 51 -
CMYK 0 0.53 0.79 0.06
HSL 19.37º 0.86% 0.57% -
HSV(B) 19.37º 0.79% 0.94% -
XYZ 42.33 30.35 6.76 -
YUV 143.32 75.91 196.96 -
System Red Green Blue C M Y K H S L
Decimal 240 112 51 0 0.53 0.79 0.06 19.37 0.86 0.57
Hex F0 70 33 0 35 4F 6 13 56 39
Octal 360 160 63 0 65 117 6 23 126 71
Binary 11110000 1110000 110011 0 110101 1001111 110 10011 1010110 111001

Color Harmonies of #F07033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07033

Black with #F07033

Text Example


Text Example

White with #F07033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07033; }

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

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

background-color css

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

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

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

border-color css

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

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

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