Html Css Color HEX #FC501D Vermilion

📋 copy color: '#FC501D'

red 252 ◦ green 80 ◦ blue 29

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

Shades of Vermilion #FC501D

Tints of Vermilion #FC501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.03%

R = 69.81%
G = 22.16%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC501D (or 0xFC501D) is known color: Vermilion. HEX triplet: FC, 50 and 1D. RGB value is (252,80,29). Sum of RGB (Red+Green+Blue) = 252+80+29=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC501D is #03AFE2. Grayscale: #7D7D7D. Windows color (decimal): -241635 or 1921276. OLE color: 1921276.

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

Color convert

RGB 252 80 29 -
CMYK 0 0.68 0.88 0.01
HSL 13.72º 0.97% 0.55% -
HSV(B) 13.72º 0.88% 0.99% -
XYZ 43.24 26.52 4 -
YUV 125.61 73.48 218.15 -
System Red Green Blue C M Y K H S L
Decimal 252 80 29 0 0.68 0.88 0.01 13.72 0.97 0.55
Hex FC 50 1D 0 44 58 1 E 61 37
Octal 374 120 35 0 104 130 1 16 141 67
Binary 11111100 1010000 11101 0 1000100 1011000 1 1110 1100001 110111

Color Harmonies of #FC501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC501D

Black with #FC501D

Text Example


Text Example

White with #FC501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC501D; }

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

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

background-color css

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

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

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

border-color css

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

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

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