Html Css Color HEX #FC060F Torch Red

📋 copy color: '#FC060F'

red 252 ◦ green 6 ◦ blue 15

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

Shades of Torch Red #FC060F

Tints of Torch Red #FC060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 92.31%
G = 2.2%
B = 5.49%

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

#FC060F (or 0xFC060F) is known color: Torch Red. HEX triplet: FC, 06 and 0F. RGB value is (252,6,15). Sum of RGB (Red+Green+Blue) = 252+6+15=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC060F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC060F is #03F9F0. Grayscale: #505050. Windows color (decimal): -260593 or 984828. OLE color: 984828.

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

Color convert

RGB 252 6 15 -
CMYK 0 0.98 0.94 0.01
HSL 357.8º 0.98% 0.51% -
HSV(B) 357.8º 0.98% 0.99% -
XYZ 40.3 20.86 2.35 -
YUV 80.58 91 250.27 -
System Red Green Blue C M Y K H S L
Decimal 252 6 15 0 0.98 0.94 0.01 357.8 0.98 0.51
Hex FC 6 F 0 62 5E 1 166 62 33
Octal 374 6 17 0 142 136 1 546 142 63
Binary 11111100 110 1111 0 1100010 1011110 1 101100110 1100010 110011

Color Harmonies of #FC060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC060F

Black with #FC060F

Text Example


Text Example

White with #FC060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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