Html Css Color HEX #FB4C01 Vermilion

📋 copy color: '#FB4C01'

red 251 ◦ green 76 ◦ blue 1

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

Shades of Vermilion #FB4C01

Tints of Vermilion #FB4C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 76.52%
G = 23.17%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB4C01 (or 0xFB4C01) is known color: Vermilion. HEX triplet: FB, 4C and 01. RGB value is (251,76,1). Sum of RGB (Red+Green+Blue) = 251+76+1=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4C01 is #04B3FE. Grayscale: #787878. Windows color (decimal): -308223 or 85243. OLE color: 85243.

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

Color convert

RGB 251 76 1 -
CMYK 0 0.70 1.00 0.02
HSL 18º 0.99% 0.49% -
HSV(B) 18º 1% 0.98% -
XYZ 42.37 25.68 2.75 -
YUV 119.78 60.98 221.6 -
System Red Green Blue C M Y K H S L
Decimal 251 76 1 0 0.70 1.00 0.02 18 0.99 0.49
Hex FB 4C 1 0 46 64 2 12 63 31
Octal 373 114 1 0 106 144 2 22 143 61
Binary 11111011 1001100 1 0 1000110 1100100 10 10010 1100011 110001

Color Harmonies of #FB4C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4C01

Black with #FB4C01

Text Example


Text Example

White with #FB4C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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