#FA4B10

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

Shades of Vermilion #FA4B10

Tints of Vermilion #FA4B10

Color information

#FA4B10 (or 0xFA4B10) is unknown color: approx Vermilion. HEX triplet: FA, 4B and 10. RGB value is (250,75,16). Sum of RGB (Red+Green+Blue) = 250+75+16=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4B10 is #05B4EF. Grayscale: #797979. Windows color (decimal): -374000 or 1068026. OLE color: 1068026.

HSL color Cylindrical-coordinate representation of color #FA4B10: hue angle of 15.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA4B10 is Cyan = 0, Magento = 0.7, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB2507516-
CMYK00.70.940.02
HSL15.13º95.9%52.16%-
HSV(B)15.13º93.6%98.04%-
XYZ42.0325.393.18-
YUV120.668.98220.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 73.31%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 16 (6.64% from 255) = 4.69%
R=73.31%
G=21.99%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250751600.70.940.0215.1395.952.16
HexFA4B100465E2f6034
Octal37211320010613621714064
Binary111110101001011100000100011010111101011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4B10; }

 p { color: rgb(250,75,16); }

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

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

 a { background-color: rgb(250,75,16); }

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

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

 span { border-color: rgb(250,75,16); }

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