Html Css Color HEX #FB4B12 Vermilion

📋 copy color: '#FB4B12'

red 251 ◦ green 75 ◦ blue 18

#FB4B12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vermilion #FB4B12

Tints of Vermilion #FB4B12

RGB

 RED value IS 251 (98.44% from 255) = 72.97%

 GREEN value IS 75 (29.69% from 255) = 21.8%

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 72.97%
G = 21.8%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB4B12 (or 0xFB4B12) is known color: Vermilion. HEX triplet: FB, 4B and 12. RGB value is (251,75,18). Sum of RGB (Red+Green+Blue) = 251+75+18=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4B12 is #04B4ED. Grayscale: #797979. Windows color (decimal): -308462 or 1199099. OLE color: 1199099.

HSL color Cylindrical-coordinate representation of color #FB4B12: hue angle of 14.68º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB4B12 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 75 18 -
CMYK 0 0.70 0.93 0.02
HSL 14.68º 0.97% 0.53% -
HSV(B) 14.68º 0.93% 0.98% -
XYZ 42.41 25.59 3.28 -
YUV 121.13 69.81 220.63 -
System Red Green Blue C M Y K H S L
Decimal 251 75 18 0 0.70 0.93 0.02 14.68 0.97 0.53
Hex FB 4B 12 0 46 5D 2 F 61 35
Octal 373 113 22 0 106 135 2 17 141 65
Binary 11111011 1001011 10010 0 1000110 1011101 10 1111 1100001 110101

Color Harmonies of #FB4B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4B12

Black with #FB4B12

Text Example


Text Example

White with #FB4B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4B12; }

 p { color: rgb(251,75,18); }

 H1.HeaderClassName
 {
   color: #FB4B12;
 }
 .AnyTagClassName
 {
   color: #FB4B12;
 }
</style>

background-color css

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

 a { background-color: rgb(251,75,18); }

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

border-color css

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

 span { border-color: rgb(251,75,18); }

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