#F94D18

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

Shades of Vermilion #F94D18

Tints of Vermilion #F94D18

Color information

#F94D18 (or 0xF94D18) is unknown color: approx Vermilion. HEX triplet: F9, 4D and 18. RGB value is (249,77,24). Sum of RGB (Red+Green+Blue) = 249+77+24=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94D18 is #06B2E7. Grayscale: #7A7A7A. Windows color (decimal): -439016 or 1592825. OLE color: 1592825.

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

Color convert

RGB2497724-
CMYK00.690.900.02
HSL14.13º94.94%53.53%-
HSV(B)14.13º90.36%97.65%-
XYZ41.8925.513.58-
YUV122.3972.48218.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 71.14%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 24 (9.77% from 255) = 6.86%
R=71.14%
G=22%
B=6.86%

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
Decimal249772400.690.900.0214.1394.9453.53
HexF94D180455A2e5f36
Octal37111530010513221613766
Binary111110011001101110000100010110110101011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94D18; }

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

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

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

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

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

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

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

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