Html Css Color HEX #FC100A Red

📋 copy color: '#FC100A'

red 252 ◦ green 16 ◦ blue 10

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

Shades of Red #FC100A

Tints of Red #FC100A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

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

R = 90.65%
G = 5.76%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC100A (or 0xFC100A) is known color: Red. HEX triplet: FC, 10 and 0A. RGB value is (252,16,10). Sum of RGB (Red+Green+Blue) = 252+16+10=278 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.65% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 252 - color contains mainly: red. Hex color #FC100A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC100A is #03EFF5. Grayscale: #565656. Windows color (decimal): -258038 or 659708. OLE color: 659708.

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

Color convert

RGB 252 16 10 -
CMYK 0 0.94 0.96 0.01
HSL 1.49º 0.98% 0.51% -
HSV(B) 1.49º 0.96% 0.99% -
XYZ 40.38 21.09 2.23 -
YUV 85.88 85.19 246.49 -
System Red Green Blue C M Y K H S L
Decimal 252 16 10 0 0.94 0.96 0.01 1.49 0.98 0.51
Hex FC 10 A 0 5E 60 1 1 62 33
Octal 374 20 12 0 136 140 1 1 142 63
Binary 11111100 10000 1010 0 1011110 1100000 1 1 1100010 110011

Color Harmonies of #FC100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC100A

Black with #FC100A

Text Example


Text Example

White with #FC100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC100A; }

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

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

background-color css

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

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

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

border-color css

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

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

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