Html Css Color HEX #F9070C Torch Red

📋 copy color: '#F9070C'

red 249 ◦ green 7 ◦ blue 12

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

Shades of Torch Red #F9070C

Tints of Torch Red #F9070C

RGB

 RED value IS 249 (97.66% from 255) = 92.91%

 GREEN value IS 7 (3.13% from 255) = 2.61%

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

R = 92.91%
G = 2.61%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9070C (or 0xF9070C) is known color: Torch Red. HEX triplet: F9, 07 and 0C. RGB value is (249,7,12). Sum of RGB (Red+Green+Blue) = 249+7+12=268 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.91% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 249 - color contains mainly: red. Hex color #F9070C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9070C is #06F8F3. Grayscale: #505050. Windows color (decimal): -456948 or 788473. OLE color: 788473.

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

Color convert

RGB 249 7 12 -
CMYK 0 0.97 0.95 0.02
HSL 358.76º 0.95% 0.5% -
HSV(B) 358.76º 0.97% 0.98% -
XYZ 39.21 20.32 2.2 -
YUV 79.93 89.67 248.59 -
System Red Green Blue C M Y K H S L
Decimal 249 7 12 0 0.97 0.95 0.02 358.76 0.95 0.5
Hex F9 7 C 0 61 5F 2 167 5F 32
Octal 371 7 14 0 141 137 2 547 137 62
Binary 11111001 111 1100 0 1100001 1011111 10 101100111 1011111 110010

Color Harmonies of #F9070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9070C

Black with #F9070C

Text Example


Text Example

White with #F9070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9070C; }

 p { color: rgb(249,7,12); }

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

background-color css

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

 a { background-color: rgb(249,7,12); }

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

border-color css

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

 span { border-color: rgb(249,7,12); }

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