Html Css Color HEX #F9090A Torch Red

📋 copy color: '#F9090A'

red 249 ◦ green 9 ◦ blue 10

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

Shades of Torch Red #F9090A

Tints of Torch Red #F9090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 92.91%
G = 3.36%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9090A (or 0xF9090A) is known color: Torch Red. HEX triplet: F9, 09 and 0A. RGB value is (249,9,10). Sum of RGB (Red+Green+Blue) = 249+9+10=268 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.91% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 249 - color contains mainly: red. Hex color #F9090A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9090A is #06F6F5. Grayscale: #515151. Windows color (decimal): -456438 or 657913. OLE color: 657913.

HSL color Cylindrical-coordinate representation of color #F9090A: hue angle of 359.75º 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 #F9090A is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 9 10 -
CMYK 0 0.96 0.96 0.02
HSL 359.75º 0.95% 0.51% -
HSV(B) 359.75º 0.96% 0.98% -
XYZ 39.22 20.36 2.15 -
YUV 80.87 88.01 247.92 -
System Red Green Blue C M Y K H S L
Decimal 249 9 10 0 0.96 0.96 0.02 359.75 0.95 0.51
Hex F9 9 A 0 60 60 2 168 5F 33
Octal 371 11 12 0 140 140 2 550 137 63
Binary 11111001 1001 1010 0 1100000 1100000 10 101101000 1011111 110011

Color Harmonies of #F9090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9090A

Black with #F9090A

Text Example


Text Example

White with #F9090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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