Html Css Color HEX #FA090A Torch Red

📋 copy color: '#FA090A'

red 250 ◦ green 9 ◦ blue 10

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

Shades of Torch Red #FA090A

Tints of Torch Red #FA090A

RGB

 RED value IS 250 (98.05% from 255) = 92.94%

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

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

R = 92.94%
G = 3.35%
B = 3.72%

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

#FA090A (or 0xFA090A) is known color: Torch Red. HEX triplet: FA, 09 and 0A. RGB value is (250,9,10). Sum of RGB (Red+Green+Blue) = 250+9+10=269 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.94% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 250 - color contains mainly: red. Hex color #FA090A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA090A is #05F6F5. Grayscale: #515151. Windows color (decimal): -390902 or 657914. OLE color: 657914.

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

Color convert

RGB 250 9 10 -
CMYK 0 0.96 0.96 0.02
HSL 359.75º 0.96% 0.51% -
HSV(B) 359.75º 0.96% 0.98% -
XYZ 39.58 20.54 2.17 -
YUV 81.17 87.84 248.42 -
System Red Green Blue C M Y K H S L
Decimal 250 9 10 0 0.96 0.96 0.02 359.75 0.96 0.51
Hex FA 9 A 0 60 60 2 168 60 33
Octal 372 11 12 0 140 140 2 550 140 63
Binary 11111010 1001 1010 0 1100000 1100000 10 101101000 1100000 110011

Color Harmonies of #FA090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA090A

Black with #FA090A

Text Example


Text Example

White with #FA090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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