Html Css Color HEX #F5060C Torch Red

📋 copy color: '#F5060C'

red 245 ◦ green 6 ◦ blue 12

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

Shades of Torch Red #F5060C

Tints of Torch Red #F5060C

RGB

 RED value IS 245 (96.09% from 255) = 93.16%

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

 BLUE value IS 12 (5.08% from 255) = 4.56%

R = 93.16%
G = 2.28%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5060C (or 0xF5060C) is known color: Torch Red. HEX triplet: F5, 06 and 0C. RGB value is (245,6,12). Sum of RGB (Red+Green+Blue) = 245+6+12=263 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.16% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 245 - color contains mainly: red. Hex color #F5060C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5060C is #0AF9F3. Grayscale: #4E4E4E. Windows color (decimal): -719348 or 788213. OLE color: 788213.

HSL color Cylindrical-coordinate representation of color #F5060C: hue angle of 358.49º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5060C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 6 12 -
CMYK 0 0.98 0.95 0.04
HSL 358.49º 0.95% 0.49% -
HSV(B) 358.49º 0.98% 0.96% -
XYZ 37.79 19.57 2.13 -
YUV 78.15 90.68 247.01 -
System Red Green Blue C M Y K H S L
Decimal 245 6 12 0 0.98 0.95 0.04 358.49 0.95 0.49
Hex F5 6 C 0 62 5F 4 166 5F 31
Octal 365 6 14 0 142 137 4 546 137 61
Binary 11110101 110 1100 0 1100010 1011111 100 101100110 1011111 110001

Color Harmonies of #F5060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5060C

Black with #F5060C

Text Example


Text Example

White with #F5060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5060C; }

 p { color: rgb(245,6,12); }

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

background-color css

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

 a { background-color: rgb(245,6,12); }

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

border-color css

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

 span { border-color: rgb(245,6,12); }

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