Html Css Color HEX #FF7032 Burnt Orange

📋 copy color: '#FF7032'

red 255 ◦ green 112 ◦ blue 50

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

Shades of Burnt Orange #FF7032

Tints of Burnt Orange #FF7032

RGB

 RED value IS 255 (100% from 255) = 61.15%

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

 BLUE value IS 50 (19.92% from 255) = 11.99%

R = 61.15%
G = 26.86%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF7032 (or 0xFF7032) is known color: Burnt Orange. HEX triplet: FF, 70 and 32. RGB value is (255,112,50). Sum of RGB (Red+Green+Blue) = 255+112+50=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7032 is #008FCD. Grayscale: #949494. Windows color (decimal): -36814 or 3305727. OLE color: 3305727.

HSL color Cylindrical-coordinate representation of color #FF7032: hue angle of 18.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF7032 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 112 50 -
CMYK 0 0.56 0.80 0
HSL 18.15º 1% 0.6% -
HSV(B) 18.15º 0.8% 1% -
XYZ 47.61 33.08 6.89 -
YUV 147.69 72.88 204.54 -
System Red Green Blue C M Y K H S L
Decimal 255 112 50 0 0.56 0.80 0 18.15 1 0.6
Hex FF 70 32 0 38 50 0 12 64 3C
Octal 377 160 62 0 70 120 0 22 144 74
Binary 11111111 1110000 110010 0 111000 1010000 0 10010 1100100 111100

Color Harmonies of #FF7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7032

Black with #FF7032

Text Example


Text Example

White with #FF7032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7032; }

 p { color: rgb(255,112,50); }

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

background-color css

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

 a { background-color: rgb(255,112,50); }

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

border-color css

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

 span { border-color: rgb(255,112,50); }

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