Html Css Color HEX #FA080D Torch Red

📋 copy color: '#FA080D'

red 250 ◦ green 8 ◦ blue 13

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

Shades of Torch Red #FA080D

Tints of Torch Red #FA080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 92.25%
G = 2.95%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA080D (or 0xFA080D) is known color: Torch Red. HEX triplet: FA, 08 and 0D. RGB value is (250,8,13). Sum of RGB (Red+Green+Blue) = 250+8+13=271 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.25% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 250 - color contains mainly: red. Hex color #FA080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA080D is #05F7F2. Grayscale: #515151. Windows color (decimal): -391155 or 854266. OLE color: 854266.

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

Color convert

RGB 250 8 13 -
CMYK 0 0.97 0.95 0.02
HSL 358.76º 0.96% 0.51% -
HSV(B) 358.76º 0.97% 0.98% -
XYZ 39.58 20.53 2.26 -
YUV 80.93 89.67 248.59 -
System Red Green Blue C M Y K H S L
Decimal 250 8 13 0 0.97 0.95 0.02 358.76 0.96 0.51
Hex FA 8 D 0 61 5F 2 167 60 33
Octal 372 10 15 0 141 137 2 547 140 63
Binary 11111010 1000 1101 0 1100001 1011111 10 101100111 1100000 110011

Color Harmonies of #FA080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA080D

Black with #FA080D

Text Example


Text Example

White with #FA080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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