#F94E04

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

Shades of Vermilion #F94E04

Tints of Vermilion #F94E04

Color information

#F94E04 (or 0xF94E04) is unknown color: approx Vermilion. HEX triplet: F9, 4E and 04. RGB value is (249,78,4). Sum of RGB (Red+Green+Blue) = 249+78+4=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94E04 is #06B1FB. Grayscale: #797979. Windows color (decimal): -438780 or 282361. OLE color: 282361.

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

Color convert

RGB249784-
CMYK00.690.980.02
HSL18.12º96.84%49.61%-
HSV(B)18.12º98.39%97.65%-
XYZ41.8125.62.85-
YUV120.6962.15219.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 75.23%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 4 (1.95% from 255) = 1.21%
R=75.23%
G=23.56%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24978400.690.980.0218.1296.8449.61
HexF94E4045622126132
Octal3711164010514222214162
Binary11111001100111010001000101110001010100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94E04; }

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

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

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

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

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

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

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

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