Html Css Color HEX #FA092E Torch Red

📋 copy color: '#FA092E'

red 250 ◦ green 9 ◦ blue 46

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

Shades of Torch Red #FA092E

Tints of Torch Red #FA092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 81.97%
G = 2.95%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA092E (or 0xFA092E) is known color: Torch Red. HEX triplet: FA, 09 and 2E. RGB value is (250,9,46). Sum of RGB (Red+Green+Blue) = 250+9+46=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA092E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA092E is #05F6D1. Grayscale: #555555. Windows color (decimal): -390866 or 3017210. OLE color: 3017210.

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

Color convert

RGB 250 9 46 -
CMYK 0 0.96 0.82 0.02
HSL 350.79º 0.96% 0.51% -
HSV(B) 350.79º 0.96% 0.98% -
XYZ 40.02 20.72 4.47 -
YUV 85.28 105.84 245.49 -
System Red Green Blue C M Y K H S L
Decimal 250 9 46 0 0.96 0.82 0.02 350.79 0.96 0.51
Hex FA 9 2E 0 60 52 2 15F 60 33
Octal 372 11 56 0 140 122 2 537 140 63
Binary 11111010 1001 101110 0 1100000 1010010 10 101011111 1100000 110011

Color Harmonies of #FA092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA092E

Black with #FA092E

Text Example


Text Example

White with #FA092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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