Html Css Color HEX #FB4D01 Vermilion

📋 copy color: '#FB4D01'

red 251 ◦ green 77 ◦ blue 1

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

Shades of Vermilion #FB4D01

Tints of Vermilion #FB4D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

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

R = 76.29%
G = 23.4%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB4D01 (or 0xFB4D01) is known color: Vermilion. HEX triplet: FB, 4D and 01. RGB value is (251,77,1). Sum of RGB (Red+Green+Blue) = 251+77+1=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB4D01 is #04B2FE. Grayscale: #787878. Windows color (decimal): -307967 or 85499. OLE color: 85499.

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

Color convert

RGB 251 77 1 -
CMYK 0 0.69 1.00 0.02
HSL 18.24º 0.99% 0.49% -
HSV(B) 18.24º 1% 0.98% -
XYZ 42.44 25.82 2.78 -
YUV 120.36 60.65 221.18 -
System Red Green Blue C M Y K H S L
Decimal 251 77 1 0 0.69 1.00 0.02 18.24 0.99 0.49
Hex FB 4D 1 0 45 64 2 12 63 31
Octal 373 115 1 0 105 144 2 22 143 61
Binary 11111011 1001101 1 0 1000101 1100100 10 10010 1100011 110001

Color Harmonies of #FB4D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4D01

Black with #FB4D01

Text Example


Text Example

White with #FB4D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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