Html Css Color HEX #FA000D Torch Red

📋 copy color: '#FA000D'

red 250 ◦ green 0 ◦ blue 13

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

Shades of Torch Red #FA000D

Tints of Torch Red #FA000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.06%
G = 0%
B = 4.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA000D (or 0xFA000D) is known color: Torch Red. HEX triplet: FA, 00 and 0D. RGB value is (250,0,13). Sum of RGB (Red+Green+Blue) = 250+0+13=263 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.06% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 250 - color contains mainly: red. Hex color #FA000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA000D is #05FFF2. Grayscale: #4C4C4C. Windows color (decimal): -393203 or 852218. OLE color: 852218.

HSL color Cylindrical-coordinate representation of color #FA000D: hue angle of 356.88º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA000D is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 0 13 -
CMYK 0 1 0.95 0.02
HSL 356.88º 1% 0.49% -
HSV(B) 356.88º 1% 0.98% -
XYZ 39.5 20.35 2.23 -
YUV 76.23 92.33 251.94 -
System Red Green Blue C M Y K H S L
Decimal 250 0 13 0 1 0.95 0.02 356.88 1 0.49
Hex FA 0 D 0 64 5F 2 165 64 31
Octal 372 0 15 0 144 137 2 545 144 61
Binary 11111010 0 1101 0 1100100 1011111 10 101100101 1100100 110001

Color Harmonies of #FA000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA000D

Black with #FA000D

Text Example


Text Example

White with #FA000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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