Html Css Color HEX #F9090C Torch Red

📋 copy color: '#F9090C'

red 249 ◦ green 9 ◦ blue 12

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

Shades of Torch Red #F9090C

Tints of Torch Red #F9090C

RGB

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

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

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

R = 92.22%
G = 3.33%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9090C (or 0xF9090C) is known color: Torch Red. HEX triplet: F9, 09 and 0C. RGB value is (249,9,12). Sum of RGB (Red+Green+Blue) = 249+9+12=270 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.22% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 249 - color contains mainly: red. Hex color #F9090C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9090C is #06F6F3. Grayscale: #515151. Windows color (decimal): -456436 or 788985. OLE color: 788985.

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

Color convert

RGB 249 9 12 -
CMYK 0 0.96 0.95 0.02
HSL 359.25º 0.95% 0.51% -
HSV(B) 359.25º 0.96% 0.98% -
XYZ 39.23 20.36 2.21 -
YUV 81.1 89.01 247.76 -
System Red Green Blue C M Y K H S L
Decimal 249 9 12 0 0.96 0.95 0.02 359.25 0.95 0.51
Hex F9 9 C 0 60 5F 2 167 5F 33
Octal 371 11 14 0 140 137 2 547 137 63
Binary 11111001 1001 1100 0 1100000 1011111 10 101100111 1011111 110011

Color Harmonies of #F9090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9090C

Black with #F9090C

Text Example


Text Example

White with #F9090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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