Html Css Color HEX #F16F32 Burnt Orange

📋 copy color: '#F16F32'

red 241 ◦ green 111 ◦ blue 50

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

Shades of Burnt Orange #F16F32

Tints of Burnt Orange #F16F32

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

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

R = 59.95%
G = 27.61%
B = 12.44%

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

#F16F32 (or 0xF16F32) is known color: Burnt Orange. HEX triplet: F1, 6F and 32. RGB value is (241,111,50). Sum of RGB (Red+Green+Blue) = 241+111+50=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F32 is #0E90CD. Grayscale: #8F8F8F. Windows color (decimal): -954574 or 3305457. OLE color: 3305457.

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

Color convert

RGB 241 111 50 -
CMYK 0 0.54 0.79 0.05
HSL 19.16º 0.87% 0.57% -
HSV(B) 19.16º 0.79% 0.95% -
XYZ 42.54 30.3 6.62 -
YUV 142.92 75.57 197.96 -
System Red Green Blue C M Y K H S L
Decimal 241 111 50 0 0.54 0.79 0.05 19.16 0.87 0.57
Hex F1 6F 32 0 36 4F 5 13 57 39
Octal 361 157 62 0 66 117 5 23 127 71
Binary 11110001 1101111 110010 0 110110 1001111 101 10011 1010111 111001

Color Harmonies of #F16F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16F32

Black with #F16F32

Text Example


Text Example

White with #F16F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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