Html Css Color HEX #FC0B02 Red

📋 copy color: '#FC0B02'

red 252 ◦ green 11 ◦ blue 2

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

Shades of Red #FC0B02

Tints of Red #FC0B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.15%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 95.09%
G = 4.15%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC0B02 (or 0xFC0B02) is known color: Red. HEX triplet: FC, 0B and 02. RGB value is (252,11,2). Sum of RGB (Red+Green+Blue) = 252+11+2=265 (35% of max value = 765). Red value is 252 (98.83% from 255 or 95.09% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0B02 is #03F4FD. Grayscale: #525252. Windows color (decimal): -259326 or 134140. OLE color: 134140.

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

Color convert

RGB 252 11 2 -
CMYK 0 0.96 0.99 0.01
HSL 2.16º 0.98% 0.5% -
HSV(B) 2.16º 0.99% 0.99% -
XYZ 40.28 20.94 1.98 -
YUV 82.03 82.84 249.23 -
System Red Green Blue C M Y K H S L
Decimal 252 11 2 0 0.96 0.99 0.01 2.16 0.98 0.5
Hex FC B 2 0 60 63 1 2 62 32
Octal 374 13 2 0 140 143 1 2 142 62
Binary 11111100 1011 10 0 1100000 1100011 1 10 1100010 110010

Color Harmonies of #FC0B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0B02

Black with #FC0B02

Text Example


Text Example

White with #FC0B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0B02; }

 p { color: rgb(252,11,2); }

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

background-color css

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

 a { background-color: rgb(252,11,2); }

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

border-color css

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

 span { border-color: rgb(252,11,2); }

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