#F94B02

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

Shades of Vermilion #F94B02

Tints of Vermilion #F94B02

Color information

#F94B02 (or 0xF94B02) is unknown color: approx Vermilion. HEX triplet: F9, 4B and 02. RGB value is (249,75,2). Sum of RGB (Red+Green+Blue) = 249+75+2=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F94B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94B02 is #06B4FD. Grayscale: #777777. Windows color (decimal): -439550 or 150521. OLE color: 150521.

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

Color convert

RGB249752-
CMYK00.700.990.02
HSL17.73º98.41%49.22%-
HSV(B)17.73º99.2%97.65%-
XYZ41.5925.182.72-
YUV118.762.15220.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 76.38%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=76.38%
G=23.01%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24975200.700.990.0217.7398.4149.22
HexF94B2046632126231
Octal3711132010614322214261
Binary1111100110010111001000110110001110100101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94B02; }

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

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

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

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

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

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

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

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