Html Css Color HEX #FC501C Vermilion

📋 copy color: '#FC501C'

red 252 ◦ green 80 ◦ blue 28

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

Shades of Vermilion #FC501C

Tints of Vermilion #FC501C

RGB

 RED value IS 252 (98.83% from 255) = 70%

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

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

R = 70%
G = 22.22%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC501C (or 0xFC501C) is known color: Vermilion. HEX triplet: FC, 50 and 1C. RGB value is (252,80,28). Sum of RGB (Red+Green+Blue) = 252+80+28=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC501C is #03AFE3. Grayscale: #7D7D7D. Windows color (decimal): -241636 or 1855740. OLE color: 1855740.

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

Color convert

RGB 252 80 28 -
CMYK 0 0.68 0.89 0.01
HSL 13.93º 0.97% 0.55% -
HSV(B) 13.93º 0.89% 0.99% -
XYZ 43.22 26.52 3.94 -
YUV 125.5 72.98 218.23 -
System Red Green Blue C M Y K H S L
Decimal 252 80 28 0 0.68 0.89 0.01 13.93 0.97 0.55
Hex FC 50 1C 0 44 59 1 E 61 37
Octal 374 120 34 0 104 131 1 16 141 67
Binary 11111100 1010000 11100 0 1000100 1011001 1 1110 1100001 110111

Color Harmonies of #FC501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC501C

Black with #FC501C

Text Example


Text Example

White with #FC501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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