Html Css Color HEX #FA020E Torch Red

📋 copy color: '#FA020E'

red 250 ◦ green 2 ◦ blue 14

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

Shades of Torch Red #FA020E

Tints of Torch Red #FA020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 93.98%
G = 0.75%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA020E (or 0xFA020E) is known color: Torch Red. HEX triplet: FA, 02 and 0E. RGB value is (250,2,14). Sum of RGB (Red+Green+Blue) = 250+2+14=266 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.98% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 250 - color contains mainly: red. Hex color #FA020E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA020E is #05FDF1. Grayscale: #4D4D4D. Windows color (decimal): -392690 or 918266. OLE color: 918266.

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

Color convert

RGB 250 2 14 -
CMYK 0 0.99 0.94 0.02
HSL 357.1º 0.98% 0.49% -
HSV(B) 357.1º 0.99% 0.98% -
XYZ 39.53 20.4 2.27 -
YUV 77.52 92.16 251.02 -
System Red Green Blue C M Y K H S L
Decimal 250 2 14 0 0.99 0.94 0.02 357.1 0.98 0.49
Hex FA 2 E 0 63 5E 2 165 62 31
Octal 372 2 16 0 143 136 2 545 142 61
Binary 11111010 10 1110 0 1100011 1011110 10 101100101 1100010 110001

Color Harmonies of #FA020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA020E

Black with #FA020E

Text Example


Text Example

White with #FA020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA020E; }

 p { color: rgb(250,2,14); }

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

background-color css

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

 a { background-color: rgb(250,2,14); }

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

border-color css

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

 span { border-color: rgb(250,2,14); }

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