Html Css Color HEX #FA082D Torch Red

📋 copy color: '#FA082D'

red 250 ◦ green 8 ◦ blue 45

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

Shades of Torch Red #FA082D

Tints of Torch Red #FA082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 82.51%
G = 2.64%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA082D (or 0xFA082D) is known color: Torch Red. HEX triplet: FA, 08 and 2D. RGB value is (250,8,45). Sum of RGB (Red+Green+Blue) = 250+8+45=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA082D is #05F7D2. Grayscale: #545454. Windows color (decimal): -391123 or 2951418. OLE color: 2951418.

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

Color convert

RGB 250 8 45 -
CMYK 0 0.97 0.82 0.02
HSL 350.83º 0.96% 0.51% -
HSV(B) 350.83º 0.97% 0.98% -
XYZ 39.98 20.69 4.37 -
YUV 84.58 105.67 245.99 -
System Red Green Blue C M Y K H S L
Decimal 250 8 45 0 0.97 0.82 0.02 350.83 0.96 0.51
Hex FA 8 2D 0 61 52 2 15F 60 33
Octal 372 10 55 0 141 122 2 537 140 63
Binary 11111010 1000 101101 0 1100001 1010010 10 101011111 1100000 110011

Color Harmonies of #FA082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA082D

Black with #FA082D

Text Example


Text Example

White with #FA082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA082D; }

 p { color: rgb(250,8,45); }

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

background-color css

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

 a { background-color: rgb(250,8,45); }

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

border-color css

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

 span { border-color: rgb(250,8,45); }

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