Html Css Color HEX #FA0806 Red

📋 copy color: '#FA0806'

red 250 ◦ green 8 ◦ blue 6

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

Shades of Red #FA0806

Tints of Red #FA0806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 94.7%
G = 3.03%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA0806 (or 0xFA0806) is known color: Red. HEX triplet: FA, 08 and 06. RGB value is (250,8,6). Sum of RGB (Red+Green+Blue) = 250+8+6=264 (34% of max value = 765). Red value is 250 (98.05% from 255 or 94.70% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0806 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0806 is #05F7F9. Grayscale: #505050. Windows color (decimal): -391162 or 395514. OLE color: 395514.

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

Color convert

RGB 250 8 6 -
CMYK 0 0.97 0.98 0.02
HSL 0.49º 0.96% 0.5% -
HSV(B) 0.49º 0.98% 0.98% -
XYZ 39.54 20.51 2.05 -
YUV 80.13 86.17 249.16 -
System Red Green Blue C M Y K H S L
Decimal 250 8 6 0 0.97 0.98 0.02 0.49 0.96 0.5
Hex FA 8 6 0 61 62 2 0 60 32
Octal 372 10 6 0 141 142 2 0 140 62
Binary 11111010 1000 110 0 1100001 1100010 10 0 1100000 110010

Color Harmonies of #FA0806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0806

Black with #FA0806

Text Example


Text Example

White with #FA0806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0806; }

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

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

background-color css

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

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

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

border-color css

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

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

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