#FB4D1A

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

Shades of Vermilion #FB4D1A

Tints of Vermilion #FB4D1A

Color information

#FB4D1A (or 0xFB4D1A) is unknown color: approx Vermilion. HEX triplet: FB, 4D and 1A. RGB value is (251,77,26). Sum of RGB (Red+Green+Blue) = 251+77+26=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4D1A is #04B2E5. Grayscale: #7B7B7B. Windows color (decimal): -307942 or 1723899. OLE color: 1723899.

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

Color convert

RGB2517726-
CMYK00.690.900.02
HSL13.6º96.57%54.31%-
HSV(B)13.6º89.64%98.43%-
XYZ42.6225.893.73-
YUV123.2173.15219.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 70.90%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 26 (10.55% from 255) = 7.34%
R=70.90%
G=21.75%
B=7.34%

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
Decimal251772600.690.900.0213.696.5754.31
HexFB4D1A0455A2e6136
Octal37311532010513221614166
Binary111110111001101110100100010110110101011101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4D1A; }

 p { color: rgb(251,77,26); }

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

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

 a { background-color: rgb(251,77,26); }

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

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

 span { border-color: rgb(251,77,26); }

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