Html Css Color HEX #F17132 Burnt Orange

📋 copy color: '#F17132'

red 241 ◦ green 113 ◦ blue 50

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

Shades of Burnt Orange #F17132

Tints of Burnt Orange #F17132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 59.65%
G = 27.97%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F17132 (or 0xF17132) is known color: Burnt Orange. HEX triplet: F1, 71 and 32. RGB value is (241,113,50). Sum of RGB (Red+Green+Blue) = 241+113+50=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F17132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17132 is #0E8ECD. Grayscale: #909090. Windows color (decimal): -954062 or 3305969. OLE color: 3305969.

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

Color convert

RGB 241 113 50 -
CMYK 0 0.53 0.79 0.05
HSL 19.79º 0.87% 0.57% -
HSV(B) 19.79º 0.79% 0.95% -
XYZ 42.76 30.74 6.7 -
YUV 144.09 74.91 197.12 -
System Red Green Blue C M Y K H S L
Decimal 241 113 50 0 0.53 0.79 0.05 19.79 0.87 0.57
Hex F1 71 32 0 35 4F 5 14 57 39
Octal 361 161 62 0 65 117 5 24 127 71
Binary 11110001 1110001 110010 0 110101 1001111 101 10100 1010111 111001

Color Harmonies of #F17132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17132

Black with #F17132

Text Example


Text Example

White with #F17132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17132; }

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

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

background-color css

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

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

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

border-color css

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

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

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