Html Css Color HEX #FC200A Scarlet

📋 copy color: '#FC200A'

red 252 ◦ green 32 ◦ blue 10

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

Shades of Scarlet #FC200A

Tints of Scarlet #FC200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

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

R = 85.71%
G = 10.88%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC200A (or 0xFC200A) is known color: Scarlet. HEX triplet: FC, 20 and 0A. RGB value is (252,32,10). Sum of RGB (Red+Green+Blue) = 252+32+10=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC200A is #03DFF5. Grayscale: #5F5F5F. Windows color (decimal): -253942 or 663804. OLE color: 663804.

HSL color Cylindrical-coordinate representation of color #FC200A: hue angle of 5.45º 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 #FC200A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 32 10 -
CMYK 0 0.87 0.96 0.01
HSL 5.45º 0.98% 0.51% -
HSV(B) 5.45º 0.96% 0.99% -
XYZ 40.72 21.75 2.34 -
YUV 95.27 79.89 239.79 -
System Red Green Blue C M Y K H S L
Decimal 252 32 10 0 0.87 0.96 0.01 5.45 0.98 0.51
Hex FC 20 A 0 57 60 1 5 62 33
Octal 374 40 12 0 127 140 1 5 142 63
Binary 11111100 100000 1010 0 1010111 1100000 1 101 1100010 110011

Color Harmonies of #FC200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC200A

Black with #FC200A

Text Example


Text Example

White with #FC200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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