Html Css Color HEX #FC0500 Red

📋 copy color: '#FC0500'

red 252 ◦ green 5 ◦ blue 0

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

Shades of Red #FC0500

Tints of Red #FC0500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.05%
G = 1.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC0500 (or 0xFC0500) is known color: Red. HEX triplet: FC, 05 and 00. RGB value is (252,5,0). Sum of RGB (Red+Green+Blue) = 252+5+0=257 (34% of max value = 765). Red value is 252 (98.83% from 255 or 98.05% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0500 is #03FAFF. Grayscale: #4E4E4E. Windows color (decimal): -260864 or 1532. OLE color: 1532.

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

Color convert

RGB 252 5 0 -
CMYK 0 0.98 1 0.01
HSL 1.19º 1% 0.49% -
HSV(B) 1.19º 1% 0.99% -
XYZ 40.2 20.8 1.9 -
YUV 78.28 83.83 251.91 -
System Red Green Blue C M Y K H S L
Decimal 252 5 0 0 0.98 1 0.01 1.19 1 0.49
Hex FC 5 0 0 62 64 1 1 64 31
Octal 374 5 0 0 142 144 1 1 144 61
Binary 11111100 101 0 0 1100010 1100100 1 1 1100100 110001

Color Harmonies of #FC0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0500

Black with #FC0500

Text Example


Text Example

White with #FC0500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0500; }

 p { color: rgb(252,5,0); }

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

background-color css

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

 a { background-color: rgb(252,5,0); }

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

border-color css

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

 span { border-color: rgb(252,5,0); }

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