Html Css Color HEX #FB4C0C Vermilion

📋 copy color: '#FB4C0C'

red 251 ◦ green 76 ◦ blue 12

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

Shades of Vermilion #FB4C0C

Tints of Vermilion #FB4C0C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.42%

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 74.04%
G = 22.42%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB4C0C (or 0xFB4C0C) is known color: Vermilion. HEX triplet: FB, 4C and 0C. RGB value is (251,76,12). Sum of RGB (Red+Green+Blue) = 251+76+12=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4C0C is #04B3F3. Grayscale: #797979. Windows color (decimal): -308212 or 806139. OLE color: 806139.

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

Color convert

RGB 251 76 12 -
CMYK 0 0.70 0.95 0.02
HSL 16.07º 0.97% 0.52% -
HSV(B) 16.07º 0.95% 0.98% -
XYZ 42.43 25.7 3.07 -
YUV 121.03 66.48 220.7 -
System Red Green Blue C M Y K H S L
Decimal 251 76 12 0 0.70 0.95 0.02 16.07 0.97 0.52
Hex FB 4C C 0 46 5F 2 10 61 34
Octal 373 114 14 0 106 137 2 20 141 64
Binary 11111011 1001100 1100 0 1000110 1011111 10 10000 1100001 110100

Color Harmonies of #FB4C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4C0C

Black with #FB4C0C

Text Example


Text Example

White with #FB4C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4C0C; }

 p { color: rgb(251,76,12); }

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

background-color css

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

 a { background-color: rgb(251,76,12); }

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

border-color css

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

 span { border-color: rgb(251,76,12); }

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