#F16A28

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

Shades of Burnt Orange #F16A28

Tints of Burnt Orange #F16A28

Color information

#F16A28 (or 0xF16A28) is unknown color: approx Burnt Orange. HEX triplet: F1, 6A and 28. RGB value is (241,106,40). Sum of RGB (Red+Green+Blue) = 241+106+40=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16A28 is #0E95D7. Grayscale: #8B8B8B. Windows color (decimal): -955864 or 2648817. OLE color: 2648817.

HSL color Cylindrical-coordinate representation of color #F16A28: hue angle of 19.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F16A28 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB24110640-
CMYK00.560.830.05
HSL19.7º87.77%55.1%-
HSV(B)19.7º83.4%94.51%-
XYZ41.8129.165.43-
YUV138.8472.23200.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.27%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 40 (16.02% from 255) = 10.34%
R=62.27%
G=27.39%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411064000.560.830.0519.787.7755.1
HexF16A28038535145837
Octal3611525007012352413067
Binary11110001110101010100001110001010011101101001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16A28; }

 p { color: rgb(241,106,40); }

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

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

 a { background-color: rgb(241,106,40); }

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

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

 span { border-color: rgb(241,106,40); }

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