Html Css Color HEX #FA020F Torch Red

📋 copy color: '#FA020F'

red 250 ◦ green 2 ◦ blue 15

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

Shades of Torch Red #FA020F

Tints of Torch Red #FA020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 93.63%
G = 0.75%
B = 5.62%

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

#FA020F (or 0xFA020F) is known color: Torch Red. HEX triplet: FA, 02 and 0F. RGB value is (250,2,15). Sum of RGB (Red+Green+Blue) = 250+2+15=267 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.63% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 250 - color contains mainly: red. Hex color #FA020F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA020F is #05FDF0. Grayscale: #4D4D4D. Windows color (decimal): -392689 or 983802. OLE color: 983802.

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

Color convert

RGB 250 2 15 -
CMYK 0 0.99 0.94 0.02
HSL 356.85º 0.98% 0.49% -
HSV(B) 356.85º 0.99% 0.98% -
XYZ 39.53 20.4 2.31 -
YUV 77.63 92.66 250.94 -
System Red Green Blue C M Y K H S L
Decimal 250 2 15 0 0.99 0.94 0.02 356.85 0.98 0.49
Hex FA 2 F 0 63 5E 2 165 62 31
Octal 372 2 17 0 143 136 2 545 142 61
Binary 11111010 10 1111 0 1100011 1011110 10 101100101 1100010 110001

Color Harmonies of #FA020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA020F

Black with #FA020F

Text Example


Text Example

White with #FA020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA020F; }

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

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

background-color css

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

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

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

border-color css

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

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

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