Html Css Color HEX #F07334 Burnt Orange

📋 copy color: '#F07334'

red 240 ◦ green 115 ◦ blue 52

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

Shades of Burnt Orange #F07334

Tints of Burnt Orange #F07334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

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

R = 58.97%
G = 28.26%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F07334 (or 0xF07334) is known color: Burnt Orange. HEX triplet: F0, 73 and 34. RGB value is (240,115,52). Sum of RGB (Red+Green+Blue) = 240+115+52=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F07334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07334 is #0F8CCB. Grayscale: #919191. Windows color (decimal): -1019084 or 3437552. OLE color: 3437552.

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

Color convert

RGB 240 115 52 -
CMYK 0 0.52 0.78 0.06
HSL 20.11º 0.86% 0.57% -
HSV(B) 20.11º 0.78% 0.94% -
XYZ 42.69 31.03 6.99 -
YUV 145.19 75.41 195.62 -
System Red Green Blue C M Y K H S L
Decimal 240 115 52 0 0.52 0.78 0.06 20.11 0.86 0.57
Hex F0 73 34 0 34 4E 6 14 56 39
Octal 360 163 64 0 64 116 6 24 126 71
Binary 11110000 1110011 110100 0 110100 1001110 110 10100 1010110 111001

Color Harmonies of #F07334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07334

Black with #F07334

Text Example


Text Example

White with #F07334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07334; }

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

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

background-color css

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

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

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

border-color css

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

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

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