Html Css Color HEX #F07534 Burnt Orange

📋 copy color: '#F07534'

red 240 ◦ green 117 ◦ blue 52

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

Shades of Burnt Orange #F07534

Tints of Burnt Orange #F07534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

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

R = 58.68%
G = 28.61%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F07534 (or 0xF07534) is known color: Burnt Orange. HEX triplet: F0, 75 and 34. RGB value is (240,117,52). Sum of RGB (Red+Green+Blue) = 240+117+52=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F07534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07534 is #0F8ACB. Grayscale: #929292. Windows color (decimal): -1018572 or 3438064. OLE color: 3438064.

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

Color convert

RGB 240 117 52 -
CMYK 0 0.51 0.78 0.06
HSL 20.74º 0.86% 0.57% -
HSV(B) 20.74º 0.78% 0.94% -
XYZ 42.92 31.5 7.07 -
YUV 146.37 74.75 194.79 -
System Red Green Blue C M Y K H S L
Decimal 240 117 52 0 0.51 0.78 0.06 20.74 0.86 0.57
Hex F0 75 34 0 33 4E 6 15 56 39
Octal 360 165 64 0 63 116 6 25 126 71
Binary 11110000 1110101 110100 0 110011 1001110 110 10101 1010110 111001

Color Harmonies of #F07534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07534

Black with #F07534

Text Example


Text Example

White with #F07534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07534; }

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

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

background-color css

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

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

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

border-color css

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

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

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