Html Css Color HEX #F17032 Burnt Orange

📋 copy color: '#F17032'

red 241 ◦ green 112 ◦ blue 50

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

Shades of Burnt Orange #F17032

Tints of Burnt Orange #F17032

RGB

 RED value IS 241 (94.53% from 255) = 59.8%

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

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

R = 59.8%
G = 27.79%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F17032 (or 0xF17032) is known color: Burnt Orange. HEX triplet: F1, 70 and 32. RGB value is (241,112,50). Sum of RGB (Red+Green+Blue) = 241+112+50=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F17032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17032 is #0E8FCD. Grayscale: #8F8F8F. Windows color (decimal): -954318 or 3305713. OLE color: 3305713.

HSL color Cylindrical-coordinate representation of color #F17032: hue angle of 19.48º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F17032 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 50 -
CMYK 0 0.54 0.79 0.05
HSL 19.48º 0.87% 0.57% -
HSV(B) 19.48º 0.79% 0.95% -
XYZ 42.65 30.52 6.66 -
YUV 143.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 241 112 50 0 0.54 0.79 0.05 19.48 0.87 0.57
Hex F1 70 32 0 36 4F 5 13 57 39
Octal 361 160 62 0 66 117 5 23 127 71
Binary 11110001 1110000 110010 0 110110 1001111 101 10011 1010111 111001

Color Harmonies of #F17032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17032

Black with #F17032

Text Example


Text Example

White with #F17032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17032; }

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

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

background-color css

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

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

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

border-color css

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

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

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