Html Css Color HEX #FC120A Red

📋 copy color: '#FC120A'

red 252 ◦ green 18 ◦ blue 10

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

Shades of Red #FC120A

Tints of Red #FC120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 10 (4.3% from 255) = 3.57%

R = 90%
G = 6.43%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC120A (or 0xFC120A) is known color: Red. HEX triplet: FC, 12 and 0A. RGB value is (252,18,10). Sum of RGB (Red+Green+Blue) = 252+18+10=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC120A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC120A is #03EDF5. Grayscale: #575757. Windows color (decimal): -257526 or 660220. OLE color: 660220.

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

Color convert

RGB 252 18 10 -
CMYK 0 0.93 0.96 0.01
HSL 1.98º 0.98% 0.51% -
HSV(B) 1.98º 0.96% 0.99% -
XYZ 40.42 21.15 2.24 -
YUV 87.05 84.52 245.65 -
System Red Green Blue C M Y K H S L
Decimal 252 18 10 0 0.93 0.96 0.01 1.98 0.98 0.51
Hex FC 12 A 0 5D 60 1 2 62 33
Octal 374 22 12 0 135 140 1 2 142 63
Binary 11111100 10010 1010 0 1011101 1100000 1 10 1100010 110011

Color Harmonies of #FC120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC120A

Black with #FC120A

Text Example


Text Example

White with #FC120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC120A; }

 p { color: rgb(252,18,10); }

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

background-color css

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

 a { background-color: rgb(252,18,10); }

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

border-color css

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

 span { border-color: rgb(252,18,10); }

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