Html Css Color HEX #FC083A Torch Red

📋 copy color: '#FC083A'

red 252 ◦ green 8 ◦ blue 58

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

Shades of Torch Red #FC083A

Tints of Torch Red #FC083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 79.25%
G = 2.52%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC083A (or 0xFC083A) is known color: Torch Red. HEX triplet: FC, 08 and 3A. RGB value is (252,8,58). Sum of RGB (Red+Green+Blue) = 252+8+58=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC083A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC083A is #03F7C5. Grayscale: #565656. Windows color (decimal): -260038 or 3803388. OLE color: 3803388.

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

Color convert

RGB 252 8 58 -
CMYK 0 0.97 0.77 0.01
HSL 347.7º 0.98% 0.51% -
HSV(B) 347.7º 0.97% 0.99% -
XYZ 41 21.17 5.93 -
YUV 86.66 111.84 245.93 -
System Red Green Blue C M Y K H S L
Decimal 252 8 58 0 0.97 0.77 0.01 347.7 0.98 0.51
Hex FC 8 3A 0 61 4D 1 15C 62 33
Octal 374 10 72 0 141 115 1 534 142 63
Binary 11111100 1000 111010 0 1100001 1001101 1 101011100 1100010 110011

Color Harmonies of #FC083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC083A

Black with #FC083A

Text Example


Text Example

White with #FC083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC083A; }

 p { color: rgb(252,8,58); }

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

background-color css

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

 a { background-color: rgb(252,8,58); }

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

border-color css

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

 span { border-color: rgb(252,8,58); }

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