#F94902

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

Shades of Vermilion #F94902

Tints of Vermilion #F94902

Color information

#F94902 (or 0xF94902) is unknown color: approx Vermilion. HEX triplet: F9, 49 and 02. RGB value is (249,73,2). Sum of RGB (Red+Green+Blue) = 249+73+2=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F94902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94902 is #06B6FD. Grayscale: #757575. Windows color (decimal): -440062 or 150009. OLE color: 150009.

HSL color Cylindrical-coordinate representation of color #F94902: hue angle of 17.25º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F94902 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB249732-
CMYK00.710.990.02
HSL17.25º98.41%49.22%-
HSV(B)17.25º99.2%97.65%-
XYZ41.4624.912.68-
YUV117.5362.81221.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 76.85%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=76.85%
G=22.53%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24973200.710.990.0217.2598.4149.22
HexF9492047632116231
Octal3711112010714322114261
Binary1111100110010011001000111110001110100011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94902; }

 p { color: rgb(249,73,2); }

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

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

 a { background-color: rgb(249,73,2); }

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

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

 span { border-color: rgb(249,73,2); }

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