Html Css Color HEX #FA010F Torch Red

📋 copy color: '#FA010F'

red 250 ◦ green 1 ◦ blue 15

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

Shades of Torch Red #FA010F

Tints of Torch Red #FA010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 93.98%
G = 0.38%
B = 5.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA010F (or 0xFA010F) is known color: Torch Red. HEX triplet: FA, 01 and 0F. RGB value is (250,1,15). Sum of RGB (Red+Green+Blue) = 250+1+15=266 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.98% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 250 - color contains mainly: red. Hex color #FA010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA010F is #05FEF0. Grayscale: #4D4D4D. Windows color (decimal): -392945 or 983546. OLE color: 983546.

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

Color convert

RGB 250 1 15 -
CMYK 0 1.00 0.94 0.02
HSL 356.63º 0.99% 0.49% -
HSV(B) 356.63º 1% 0.98% -
XYZ 39.52 20.38 2.3 -
YUV 77.05 92.99 251.36 -
System Red Green Blue C M Y K H S L
Decimal 250 1 15 0 1.00 0.94 0.02 356.63 0.99 0.49
Hex FA 1 F 0 64 5E 2 165 63 31
Octal 372 1 17 0 144 136 2 545 143 61
Binary 11111010 1 1111 0 1100100 1011110 10 101100101 1100011 110001

Color Harmonies of #FA010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA010F

Black with #FA010F

Text Example


Text Example

White with #FA010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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