Html Css Color HEX #FB501C Vermilion

📋 copy color: '#FB501C'

red 251 ◦ green 80 ◦ blue 28

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

Shades of Vermilion #FB501C

Tints of Vermilion #FB501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 69.92%
G = 22.28%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB501C (or 0xFB501C) is known color: Vermilion. HEX triplet: FB, 50 and 1C. RGB value is (251,80,28). Sum of RGB (Red+Green+Blue) = 251+80+28=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB501C is #04AFE3. Grayscale: #7D7D7D. Windows color (decimal): -307172 or 1855739. OLE color: 1855739.

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

Color convert

RGB 251 80 28 -
CMYK 0 0.68 0.89 0.02
HSL 13.99º 0.97% 0.55% -
HSV(B) 13.99º 0.89% 0.98% -
XYZ 42.86 26.33 3.92 -
YUV 125.2 73.15 217.73 -
System Red Green Blue C M Y K H S L
Decimal 251 80 28 0 0.68 0.89 0.02 13.99 0.97 0.55
Hex FB 50 1C 0 44 59 2 E 61 37
Octal 373 120 34 0 104 131 2 16 141 67
Binary 11111011 1010000 11100 0 1000100 1011001 10 1110 1100001 110111

Color Harmonies of #FB501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB501C

Black with #FB501C

Text Example


Text Example

White with #FB501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB501C; }

 p { color: rgb(251,80,28); }

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

background-color css

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

 a { background-color: rgb(251,80,28); }

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

border-color css

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

 span { border-color: rgb(251,80,28); }

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