Html Css Color HEX #FA070D Torch Red

📋 copy color: '#FA070D'

red 250 ◦ green 7 ◦ blue 13

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

Shades of Torch Red #FA070D

Tints of Torch Red #FA070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.59%

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

R = 92.59%
G = 2.59%
B = 4.81%

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

#FA070D (or 0xFA070D) is known color: Torch Red. HEX triplet: FA, 07 and 0D. RGB value is (250,7,13). Sum of RGB (Red+Green+Blue) = 250+7+13=270 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.59% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 250 - color contains mainly: red. Hex color #FA070D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA070D is #05F8F2. Grayscale: #505050. Windows color (decimal): -391411 or 854010. OLE color: 854010.

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

Color convert

RGB 250 7 13 -
CMYK 0 0.97 0.95 0.02
HSL 358.52º 0.96% 0.5% -
HSV(B) 358.52º 0.97% 0.98% -
XYZ 39.57 20.51 2.25 -
YUV 80.34 90.01 249.01 -
System Red Green Blue C M Y K H S L
Decimal 250 7 13 0 0.97 0.95 0.02 358.52 0.96 0.5
Hex FA 7 D 0 61 5F 2 167 60 32
Octal 372 7 15 0 141 137 2 547 140 62
Binary 11111010 111 1101 0 1100001 1011111 10 101100111 1100000 110010

Color Harmonies of #FA070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA070D

Black with #FA070D

Text Example


Text Example

White with #FA070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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