Html Css Color HEX #F7090F Torch Red

📋 copy color: '#F7090F'

red 247 ◦ green 9 ◦ blue 15

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

Shades of Torch Red #F7090F

Tints of Torch Red #F7090F

RGB

 RED value IS 247 (96.88% from 255) = 91.14%

 GREEN value IS 9 (3.91% from 255) = 3.32%

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

R = 91.14%
G = 3.32%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7090F (or 0xF7090F) is known color: Torch Red. HEX triplet: F7, 09 and 0F. RGB value is (247,9,15). Sum of RGB (Red+Green+Blue) = 247+9+15=271 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.14% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 247 - color contains mainly: red. Hex color #F7090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7090F is #08F6F0. Grayscale: #515151. Windows color (decimal): -587505 or 985591. OLE color: 985591.

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

Color convert

RGB 247 9 15 -
CMYK 0 0.96 0.94 0.03
HSL 358.49º 0.94% 0.5% -
HSV(B) 358.49º 0.96% 0.97% -
XYZ 38.54 20 2.28 -
YUV 80.85 90.85 246.51 -
System Red Green Blue C M Y K H S L
Decimal 247 9 15 0 0.96 0.94 0.03 358.49 0.94 0.5
Hex F7 9 F 0 60 5E 3 166 5E 32
Octal 367 11 17 0 140 136 3 546 136 62
Binary 11110111 1001 1111 0 1100000 1011110 11 101100110 1011110 110010

Color Harmonies of #F7090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7090F

Black with #F7090F

Text Example


Text Example

White with #F7090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7090F; }

 p { color: rgb(247,9,15); }

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

background-color css

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

 a { background-color: rgb(247,9,15); }

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

border-color css

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

 span { border-color: rgb(247,9,15); }

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