Html Css Color HEX #FC050E Torch Red

📋 copy color: '#FC050E'

red 252 ◦ green 5 ◦ blue 14

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

Shades of Torch Red #FC050E

Tints of Torch Red #FC050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 92.99%
G = 1.85%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC050E (or 0xFC050E) is known color: Torch Red. HEX triplet: FC, 05 and 0E. RGB value is (252,5,14). Sum of RGB (Red+Green+Blue) = 252+5+14=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC050E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC050E is #03FAF1. Grayscale: #505050. Windows color (decimal): -260850 or 919036. OLE color: 919036.

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

Color convert

RGB 252 5 14 -
CMYK 0 0.98 0.94 0.01
HSL 357.81º 0.98% 0.5% -
HSV(B) 357.81º 0.98% 0.99% -
XYZ 40.28 20.84 2.31 -
YUV 79.88 90.83 250.77 -
System Red Green Blue C M Y K H S L
Decimal 252 5 14 0 0.98 0.94 0.01 357.81 0.98 0.5
Hex FC 5 E 0 62 5E 1 166 62 32
Octal 374 5 16 0 142 136 1 546 142 62
Binary 11111100 101 1110 0 1100010 1011110 1 101100110 1100010 110010

Color Harmonies of #FC050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC050E

Black with #FC050E

Text Example


Text Example

White with #FC050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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