Html Css Color HEX #FB4C00 Vermilion

📋 copy color: '#FB4C00'

red 251 ◦ green 76 ◦ blue 0

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

Shades of Vermilion #FB4C00

Tints of Vermilion #FB4C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.76%
G = 23.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB4C00 (or 0xFB4C00) is known color: Vermilion. HEX triplet: FB, 4C and 00. RGB value is (251,76,0). Sum of RGB (Red+Green+Blue) = 251+76+0=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4C00 is #04B3FF. Grayscale: #787878. Windows color (decimal): -308224 or 19707. OLE color: 19707.

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

Color convert

RGB 251 76 0 -
CMYK 0 0.70 1 0.02
HSL 18.17º 1% 0.49% -
HSV(B) 18.17º 1% 0.98% -
XYZ 42.37 25.68 2.72 -
YUV 119.66 60.48 221.68 -
System Red Green Blue C M Y K H S L
Decimal 251 76 0 0 0.70 1 0.02 18.17 1 0.49
Hex FB 4C 0 0 46 64 2 12 64 31
Octal 373 114 0 0 106 144 2 22 144 61
Binary 11111011 1001100 0 0 1000110 1100100 10 10010 1100100 110001

Color Harmonies of #FB4C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4C00

Black with #FB4C00

Text Example


Text Example

White with #FB4C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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