Html Css Color HEX #FC050B Torch Red

📋 copy color: '#FC050B'

red 252 ◦ green 5 ◦ blue 11

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

Shades of Torch Red #FC050B

Tints of Torch Red #FC050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 94.03%
G = 1.87%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC050B (or 0xFC050B) is known color: Torch Red. HEX triplet: FC, 05 and 0B. RGB value is (252,5,11). Sum of RGB (Red+Green+Blue) = 252+5+11=268 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.03% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 252 - color contains mainly: red. Hex color #FC050B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC050B is #03FAF4. Grayscale: #4F4F4F. Windows color (decimal): -260853 or 722428. OLE color: 722428.

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

Color convert

RGB 252 5 11 -
CMYK 0 0.98 0.96 0.01
HSL 358.54º 0.98% 0.5% -
HSV(B) 358.54º 0.98% 0.99% -
XYZ 40.26 20.83 2.21 -
YUV 79.54 89.33 251.01 -
System Red Green Blue C M Y K H S L
Decimal 252 5 11 0 0.98 0.96 0.01 358.54 0.98 0.5
Hex FC 5 B 0 62 60 1 167 62 32
Octal 374 5 13 0 142 140 1 547 142 62
Binary 11111100 101 1011 0 1100010 1100000 1 101100111 1100010 110010

Color Harmonies of #FC050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC050B

Black with #FC050B

Text Example


Text Example

White with #FC050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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