Html Css Color HEX #FC061F Torch Red

📋 copy color: '#FC061F'

red 252 ◦ green 6 ◦ blue 31

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

Shades of Torch Red #FC061F

Tints of Torch Red #FC061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 87.2%
G = 2.08%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC061F (or 0xFC061F) is known color: Torch Red. HEX triplet: FC, 06 and 1F. RGB value is (252,6,31). Sum of RGB (Red+Green+Blue) = 252+6+31=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC061F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC061F is #03F9E0. Grayscale: #525252. Windows color (decimal): -260577 or 2033404. OLE color: 2033404.

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

Color convert

RGB 252 6 31 -
CMYK 0 0.98 0.88 0.01
HSL 353.9º 0.98% 0.51% -
HSV(B) 353.9º 0.98% 0.99% -
XYZ 40.46 20.92 3.2 -
YUV 82.4 99 248.97 -
System Red Green Blue C M Y K H S L
Decimal 252 6 31 0 0.98 0.88 0.01 353.9 0.98 0.51
Hex FC 6 1F 0 62 58 1 162 62 33
Octal 374 6 37 0 142 130 1 542 142 63
Binary 11111100 110 11111 0 1100010 1011000 1 101100010 1100010 110011

Color Harmonies of #FC061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC061F

Black with #FC061F

Text Example


Text Example

White with #FC061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC061F; }

 p { color: rgb(252,6,31); }

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

background-color css

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

 a { background-color: rgb(252,6,31); }

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

border-color css

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

 span { border-color: rgb(252,6,31); }

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