#F94416

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

Shades of Orange Red #F94416

Tints of Orange Red #F94416

Color information

#F94416 (or 0xF94416) is unknown color: approx Orange Red. HEX triplet: F9, 44 and 16. RGB value is (249,68,22). Sum of RGB (Red+Green+Blue) = 249+68+22=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F94416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94416 is #06BBE9. Grayscale: #757575. Windows color (decimal): -441322 or 1459449. OLE color: 1459449.

HSL color Cylindrical-coordinate representation of color #F94416: hue angle of 12.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F94416 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB2496822-
CMYK00.730.910.02
HSL12.16º94.98%53.14%-
HSV(B)12.16º91.16%97.65%-
XYZ41.2824.333.28-
YUV116.8774.47222.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 73.45%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 22 (8.98% from 255) = 6.49%
R=73.45%
G=20.06%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249682200.730.910.0212.1694.9853.14
HexF944160495B2c5f35
Octal37110426011113321413765
Binary111110011000100101100100100110110111011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94416; }

 p { color: rgb(249,68,22); }

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

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

 a { background-color: rgb(249,68,22); }

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

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

 span { border-color: rgb(249,68,22); }

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