#FB4E1A

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

Shades of Vermilion #FB4E1A

Tints of Vermilion #FB4E1A

Color information

#FB4E1A (or 0xFB4E1A) is unknown color: approx Vermilion. HEX triplet: FB, 4E and 1A. RGB value is (251,78,26). Sum of RGB (Red+Green+Blue) = 251+78+26=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4E1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4E1A is #04B1E5. Grayscale: #7C7C7C. Windows color (decimal): -307686 or 1724155. OLE color: 1724155.

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

Color convert

RGB2517826-
CMYK00.690.900.02
HSL13.87º96.57%54.31%-
HSV(B)13.87º89.64%98.43%-
XYZ42.6926.033.75-
YUV123.872.81218.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 70.70%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 26 (10.55% from 255) = 7.32%
R=70.70%
G=21.97%
B=7.32%

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
Decimal251782600.690.900.0213.8796.5754.31
HexFB4E1A0455A2e6136
Octal37311632010513221614166
Binary111110111001110110100100010110110101011101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4E1A; }

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

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

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

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

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

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

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

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