Html Css Color HEX #F17332 Burnt Orange

📋 copy color: '#F17332'

red 241 ◦ green 115 ◦ blue 50

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

Shades of Burnt Orange #F17332

Tints of Burnt Orange #F17332

RGB

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

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

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

R = 59.36%
G = 28.33%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F17332 (or 0xF17332) is known color: Burnt Orange. HEX triplet: F1, 73 and 32. RGB value is (241,115,50). Sum of RGB (Red+Green+Blue) = 241+115+50=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F17332 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17332 is #0E8CCD. Grayscale: #919191. Windows color (decimal): -953550 or 3306481. OLE color: 3306481.

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

Color convert

RGB 241 115 50 -
CMYK 0 0.52 0.79 0.05
HSL 20.42º 0.87% 0.57% -
HSV(B) 20.42º 0.79% 0.95% -
XYZ 42.98 31.19 6.77 -
YUV 145.26 74.24 196.29 -
System Red Green Blue C M Y K H S L
Decimal 241 115 50 0 0.52 0.79 0.05 20.42 0.87 0.57
Hex F1 73 32 0 34 4F 5 14 57 39
Octal 361 163 62 0 64 117 5 24 127 71
Binary 11110001 1110011 110010 0 110100 1001111 101 10100 1010111 111001

Color Harmonies of #F17332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17332

Black with #F17332

Text Example


Text Example

White with #F17332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17332; }

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

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

background-color css

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

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

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

border-color css

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

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

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