#FA4F18

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

Shades of Vermilion #FA4F18

Tints of Vermilion #FA4F18

Color information

#FA4F18 (or 0xFA4F18) is unknown color: approx Vermilion. HEX triplet: FA, 4F and 18. RGB value is (250,79,24). Sum of RGB (Red+Green+Blue) = 250+79+24=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4F18 is #05B0E7. Grayscale: #7C7C7C. Windows color (decimal): -372968 or 1593338. OLE color: 1593338.

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

Color convert

RGB2507924-
CMYK00.680.900.02
HSL14.6º95.76%53.73%-
HSV(B)14.6º90.4%98.04%-
XYZ42.3925.983.65-
YUV123.8671.65217.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.82%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 24 (9.77% from 255) = 6.80%
R=70.82%
G=22.38%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250792400.680.900.0214.695.7653.73
HexFA4F180445A2f6036
Octal37211730010413221714066
Binary111110101001111110000100010010110101011111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4F18; }

 p { color: rgb(250,79,24); }

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

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

 a { background-color: rgb(250,79,24); }

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

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

 span { border-color: rgb(250,79,24); }

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