Html Css Color HEX #F07034 Burnt Orange

📋 copy color: '#F07034'

red 240 ◦ green 112 ◦ blue 52

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

Shades of Burnt Orange #F07034

Tints of Burnt Orange #F07034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.87%

R = 59.41%
G = 27.72%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F07034 (or 0xF07034) is known color: Burnt Orange. HEX triplet: F0, 70 and 34. RGB value is (240,112,52). Sum of RGB (Red+Green+Blue) = 240+112+52=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F07034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07034 is #0F8FCB. Grayscale: #8F8F8F. Windows color (decimal): -1019852 or 3436784. OLE color: 3436784.

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

Color convert

RGB 240 112 52 -
CMYK 0 0.53 0.78 0.06
HSL 19.15º 0.86% 0.57% -
HSV(B) 19.15º 0.78% 0.94% -
XYZ 42.35 30.36 6.88 -
YUV 143.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 240 112 52 0 0.53 0.78 0.06 19.15 0.86 0.57
Hex F0 70 34 0 35 4E 6 13 56 39
Octal 360 160 64 0 65 116 6 23 126 71
Binary 11110000 1110000 110100 0 110101 1001110 110 10011 1010110 111001

Color Harmonies of #F07034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07034

Black with #F07034

Text Example


Text Example

White with #F07034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07034; }

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

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

background-color css

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

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

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

border-color css

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

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

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