Html Css Color HEX #F6030F Torch Red

📋 copy color: '#F6030F'

red 246 ◦ green 3 ◦ blue 15

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

Shades of Torch Red #F6030F

Tints of Torch Red #F6030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 93.18%
G = 1.14%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6030F (or 0xF6030F) is known color: Torch Red. HEX triplet: F6, 03 and 0F. RGB value is (246,3,15). Sum of RGB (Red+Green+Blue) = 246+3+15=264 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.18% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 246 - color contains mainly: red. Hex color #F6030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6030F is #09FCF0. Grayscale: #4D4D4D. Windows color (decimal): -654577 or 984054. OLE color: 984054.

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

Color convert

RGB 246 3 15 -
CMYK 0 0.99 0.94 0.04
HSL 357.04º 0.98% 0.49% -
HSV(B) 357.04º 0.99% 0.96% -
XYZ 38.12 19.69 2.24 -
YUV 77.03 93.01 248.52 -
System Red Green Blue C M Y K H S L
Decimal 246 3 15 0 0.99 0.94 0.04 357.04 0.98 0.49
Hex F6 3 F 0 63 5E 4 165 62 31
Octal 366 3 17 0 143 136 4 545 142 61
Binary 11110110 11 1111 0 1100011 1011110 100 101100101 1100010 110001

Color Harmonies of #F6030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6030F

Black with #F6030F

Text Example


Text Example

White with #F6030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6030F; }

 p { color: rgb(246,3,15); }

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

background-color css

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

 a { background-color: rgb(246,3,15); }

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

border-color css

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

 span { border-color: rgb(246,3,15); }

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