Html Css Color HEX #FC050C Torch Red

📋 copy color: '#FC050C'

red 252 ◦ green 5 ◦ blue 12

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

Shades of Torch Red #FC050C

Tints of Torch Red #FC050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 93.68%
G = 1.86%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC050C (or 0xFC050C) is known color: Torch Red. HEX triplet: FC, 05 and 0C. RGB value is (252,5,12). Sum of RGB (Red+Green+Blue) = 252+5+12=269 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.68% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 252 - color contains mainly: red. Hex color #FC050C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC050C is #03FAF3. Grayscale: #4F4F4F. Windows color (decimal): -260852 or 787964. OLE color: 787964.

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

Color convert

RGB 252 5 12 -
CMYK 0 0.98 0.95 0.01
HSL 358.3º 0.98% 0.5% -
HSV(B) 358.3º 0.98% 0.99% -
XYZ 40.27 20.83 2.25 -
YUV 79.65 89.83 250.93 -
System Red Green Blue C M Y K H S L
Decimal 252 5 12 0 0.98 0.95 0.01 358.3 0.98 0.5
Hex FC 5 C 0 62 5F 1 166 62 32
Octal 374 5 14 0 142 137 1 546 142 62
Binary 11111100 101 1100 0 1100010 1011111 1 101100110 1100010 110010

Color Harmonies of #FC050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC050C

Black with #FC050C

Text Example


Text Example

White with #FC050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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