Html Css Color HEX #F6011E Torch Red

📋 copy color: '#F6011E'

red 246 ◦ green 1 ◦ blue 30

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

Shades of Torch Red #F6011E

Tints of Torch Red #F6011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 88.81%
G = 0.36%
B = 10.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6011E (or 0xF6011E) is known color: Torch Red. HEX triplet: F6, 01 and 1E. RGB value is (246,1,30). Sum of RGB (Red+Green+Blue) = 246+1+30=277 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.81% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 246 - color contains mainly: red. Hex color #F6011E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6011E is #09FEE1. Grayscale: #4D4D4D. Windows color (decimal): -655074 or 1966582. OLE color: 1966582.

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

Color convert

RGB 246 1 30 -
CMYK 0 1.00 0.88 0.04
HSL 352.9º 0.99% 0.48% -
HSV(B) 352.9º 1% 0.96% -
XYZ 38.25 19.71 3.02 -
YUV 77.56 101.17 248.14 -
System Red Green Blue C M Y K H S L
Decimal 246 1 30 0 1.00 0.88 0.04 352.9 0.99 0.48
Hex F6 1 1E 0 64 58 4 161 63 30
Octal 366 1 36 0 144 130 4 541 143 60
Binary 11110110 1 11110 0 1100100 1011000 100 101100001 1100011 110000

Color Harmonies of #F6011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6011E

Black with #F6011E

Text Example


Text Example

White with #F6011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6011E; }

 p { color: rgb(246,1,30); }

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

background-color css

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

 a { background-color: rgb(246,1,30); }

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

border-color css

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

 span { border-color: rgb(246,1,30); }

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