Html Css Color HEX #F6000A Torch Red

📋 copy color: '#F6000A'

red 246 ◦ green 0 ◦ blue 10

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

Shades of Torch Red #F6000A

Tints of Torch Red #F6000A

RGB

 RED value IS 246 (96.48% from 255) = 96.09%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 96.09%
G = 0%
B = 3.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6000A (or 0xF6000A) is known color: Torch Red. HEX triplet: F6, 00 and 0A. RGB value is (246,0,10). Sum of RGB (Red+Green+Blue) = 246+0+10=256 (33% of max value = 765). Red value is 246 (96.48% from 255 or 96.09% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 246 - color contains mainly: red. Hex color #F6000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6000A is #09FFF5. Grayscale: #4A4A4A. Windows color (decimal): -655350 or 655606. OLE color: 655606.

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

Color convert

RGB 246 0 10 -
CMYK 0 1 0.96 0.04
HSL 357.56º 1% 0.48% -
HSV(B) 357.56º 1% 0.96% -
XYZ 38.06 19.61 2.07 -
YUV 74.69 91.5 250.19 -
System Red Green Blue C M Y K H S L
Decimal 246 0 10 0 1 0.96 0.04 357.56 1 0.48
Hex F6 0 A 0 64 60 4 166 64 30
Octal 366 0 12 0 144 140 4 546 144 60
Binary 11110110 0 1010 0 1100100 1100000 100 101100110 1100100 110000

Color Harmonies of #F6000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6000A

Black with #F6000A

Text Example


Text Example

White with #F6000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6000A; }

 p { color: rgb(246,0,10); }

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

background-color css

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

 a { background-color: rgb(246,0,10); }

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

border-color css

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

 span { border-color: rgb(246,0,10); }

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