#f16f3f

Color #F16F3F Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #F16F3F

Tints of Burnt Orange #F16F3F

Color information

#F16F3F (or 0xF16F3F) is unknown color: approx Burnt Orange. HEX triplet: F1, 6F and 3F. RGB value is (241,111,63). Sum of RGB (Red+Green+Blue) = 241+111+63=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F3F is #0E90C0. Grayscale: #909090. Windows color (decimal): -954561 or 4157425. OLE color: 4157425.

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

Color convert

RGB24111163-
CMYK00.540.740.05
HSL16.18º86.41%59.61%-
HSV(B)16.18º73.86%94.51%-
XYZ42.8630.438.32-
YUV144.482.07196.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.07%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 63 (25% from 255) = 15.18%
R=58.07%
G=26.75%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411116300.540.740.0516.1886.4159.61
HexF16F3F0364A510563c
Octal3611577706611252012674
Binary11110001110111111111101101101001010101100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f16f3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f16f3f; }

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

 H1.HeaderClassName
 {
   color: #f16f3f;
 }
 .AnyTagClassName
 {
   color: #f16f3f;
 }
</style>
background-color css

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

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

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

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

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

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