Html Css Color HEX #FC023C Torch Red

📋 copy color: '#FC023C'

red 252 ◦ green 2 ◦ blue 60

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

Shades of Torch Red #FC023C

Tints of Torch Red #FC023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 80.25%
G = 0.64%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC023C (or 0xFC023C) is known color: Torch Red. HEX triplet: FC, 02 and 3C. RGB value is (252,2,60). Sum of RGB (Red+Green+Blue) = 252+2+60=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC023C is #03FDC3. Grayscale: #535353. Windows color (decimal): -261572 or 3932924. OLE color: 3932924.

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

Color convert

RGB 252 2 60 -
CMYK 0 0.99 0.76 0.01
HSL 346.08º 0.98% 0.5% -
HSV(B) 346.08º 0.99% 0.99% -
XYZ 40.98 21.07 6.18 -
YUV 83.36 114.83 248.28 -
System Red Green Blue C M Y K H S L
Decimal 252 2 60 0 0.99 0.76 0.01 346.08 0.98 0.5
Hex FC 2 3C 0 63 4C 1 15A 62 32
Octal 374 2 74 0 143 114 1 532 142 62
Binary 11111100 10 111100 0 1100011 1001100 1 101011010 1100010 110010

Color Harmonies of #FC023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC023C

Black with #FC023C

Text Example


Text Example

White with #FC023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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