Html Css Color HEX #FA090C Torch Red

📋 copy color: '#FA090C'

red 250 ◦ green 9 ◦ blue 12

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

Shades of Torch Red #FA090C

Tints of Torch Red #FA090C

RGB

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

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

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

R = 92.25%
G = 3.32%
B = 4.43%

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

#FA090C (or 0xFA090C) is known color: Torch Red. HEX triplet: FA, 09 and 0C. RGB value is (250,9,12). Sum of RGB (Red+Green+Blue) = 250+9+12=271 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.25% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 250 - color contains mainly: red. Hex color #FA090C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA090C is #05F6F3. Grayscale: #515151. Windows color (decimal): -390900 or 788986. OLE color: 788986.

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

Color convert

RGB 250 9 12 -
CMYK 0 0.96 0.95 0.02
HSL 359.25º 0.96% 0.51% -
HSV(B) 359.25º 0.96% 0.98% -
XYZ 39.59 20.55 2.23 -
YUV 81.4 88.84 248.26 -
System Red Green Blue C M Y K H S L
Decimal 250 9 12 0 0.96 0.95 0.02 359.25 0.96 0.51
Hex FA 9 C 0 60 5F 2 167 60 33
Octal 372 11 14 0 140 137 2 547 140 63
Binary 11111010 1001 1100 0 1100000 1011111 10 101100111 1100000 110011

Color Harmonies of #FA090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA090C

Black with #FA090C

Text Example


Text Example

White with #FA090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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