#F94E18

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

Shades of Vermilion #F94E18

Tints of Vermilion #F94E18

Color information

#F94E18 (or 0xF94E18) is unknown color: approx Vermilion. HEX triplet: F9, 4E and 18. RGB value is (249,78,24). Sum of RGB (Red+Green+Blue) = 249+78+24=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94E18 is #06B1E7. Grayscale: #7B7B7B. Windows color (decimal): -438760 or 1593081. OLE color: 1593081.

HSL color Cylindrical-coordinate representation of color #F94E18: hue angle of 14.4º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F94E18 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2497824-
CMYK00.690.900.02
HSL14.4º94.94%53.53%-
HSV(B)14.4º90.36%97.65%-
XYZ41.9625.653.6-
YUV122.9772.15217.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 70.94%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 24 (9.77% from 255) = 6.84%
R=70.94%
G=22.22%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249782400.690.900.0214.494.9453.53
HexF94E180455A2e5f36
Octal37111630010513221613766
Binary111110011001110110000100010110110101011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94E18; }

 p { color: rgb(249,78,24); }

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

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

 a { background-color: rgb(249,78,24); }

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

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

 span { border-color: rgb(249,78,24); }

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