Html Css Color HEX #F17532 Burnt Orange

📋 copy color: '#F17532'

red 241 ◦ green 117 ◦ blue 50

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

Shades of Burnt Orange #F17532

Tints of Burnt Orange #F17532

RGB

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

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

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

R = 59.07%
G = 28.68%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F17532 (or 0xF17532) is known color: Burnt Orange. HEX triplet: F1, 75 and 32. RGB value is (241,117,50). Sum of RGB (Red+Green+Blue) = 241+117+50=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F17532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17532 is #0E8ACD. Grayscale: #929292. Windows color (decimal): -953038 or 3306993. OLE color: 3306993.

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

Color convert

RGB 241 117 50 -
CMYK 0 0.51 0.79 0.05
HSL 21.05º 0.87% 0.57% -
HSV(B) 21.05º 0.79% 0.95% -
XYZ 43.21 31.65 6.85 -
YUV 146.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 241 117 50 0 0.51 0.79 0.05 21.05 0.87 0.57
Hex F1 75 32 0 33 4F 5 15 57 39
Octal 361 165 62 0 63 117 5 25 127 71
Binary 11110001 1110101 110010 0 110011 1001111 101 10101 1010111 111001

Color Harmonies of #F17532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17532

Black with #F17532

Text Example


Text Example

White with #F17532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17532; }

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

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

background-color css

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

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

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

border-color css

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

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

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