#F16F33

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

Shades of Burnt Orange #F16F33

Tints of Burnt Orange #F16F33

Color information

#F16F33 (or 0xF16F33) is unknown color: approx Burnt Orange. HEX triplet: F1, 6F and 33. RGB value is (241,111,51). Sum of RGB (Red+Green+Blue) = 241+111+51=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F33 is #0E90CC. Grayscale: #8F8F8F. Windows color (decimal): -954573 or 3370993. OLE color: 3370993.

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

Color convert

RGB24111151-
CMYK00.540.790.05
HSL18.95º87.16%57.25%-
HSV(B)18.95º78.84%94.51%-
XYZ42.5630.316.74-
YUV143.0376.07197.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.80%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=59.80%
G=27.54%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411115100.540.790.0518.9587.1657.25
HexF16F330364F5135739
Octal3611576306611752312771
Binary11110001110111111001101101101001111101100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16F33; }

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

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

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

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

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

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

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

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