Html Css Color HEX #FA0801 Red

📋 copy color: '#FA0801'

red 250 ◦ green 8 ◦ blue 1

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

Shades of Red #FA0801

Tints of Red #FA0801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 96.53%
G = 3.09%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA0801 (or 0xFA0801) is known color: Red. HEX triplet: FA, 08 and 01. RGB value is (250,8,1). Sum of RGB (Red+Green+Blue) = 250+8+1=259 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.53% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0801 is #05F7FE. Grayscale: #4F4F4F. Windows color (decimal): -391167 or 67834. OLE color: 67834.

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

Color convert

RGB 250 8 1 -
CMYK 0 0.97 1.00 0.02
HSL 1.69º 0.99% 0.49% -
HSV(B) 1.69º 1% 0.98% -
XYZ 39.52 20.5 1.9 -
YUV 79.56 83.67 249.57 -
System Red Green Blue C M Y K H S L
Decimal 250 8 1 0 0.97 1.00 0.02 1.69 0.99 0.49
Hex FA 8 1 0 61 64 2 2 63 31
Octal 372 10 1 0 141 144 2 2 143 61
Binary 11111010 1000 1 0 1100001 1100100 10 10 1100011 110001

Color Harmonies of #FA0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0801

Black with #FA0801

Text Example


Text Example

White with #FA0801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0801; }

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

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

background-color css

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

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

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

border-color css

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

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

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