#F94616

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

Shades of Orange Red #F94616

Tints of Orange Red #F94616

Color information

#F94616 (or 0xF94616) is unknown color: approx Orange Red. HEX triplet: F9, 46 and 16. RGB value is (249,70,22). Sum of RGB (Red+Green+Blue) = 249+70+22=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F94616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94616 is #06B9E9. Grayscale: #767676. Windows color (decimal): -440810 or 1459961. OLE color: 1459961.

HSL color Cylindrical-coordinate representation of color #F94616: hue angle of 12.69º 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 #F94616 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB2497022-
CMYK00.720.910.02
HSL12.69º94.98%53.14%-
HSV(B)12.69º91.16%97.65%-
XYZ41.424.583.32-
YUV118.0573.8221.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 73.02%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 22 (8.98% from 255) = 6.45%
R=73.02%
G=20.53%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249702200.720.910.0212.6994.9853.14
HexF946160485B2d5f35
Octal37110626011013321513765
Binary111110011000110101100100100010110111011011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94616; }

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

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

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

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

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

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

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

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