Html Css Color HEX #FA0600 Red

📋 copy color: '#FA0600'

red 250 ◦ green 6 ◦ blue 0

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

Shades of Red #FA0600

Tints of Red #FA0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.66%
G = 2.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA0600 (or 0xFA0600) is known color: Red. HEX triplet: FA, 06 and 00. RGB value is (250,6,0). Sum of RGB (Red+Green+Blue) = 250+6+0=256 (33% of max value = 765). Red value is 250 (98.05% from 255 or 97.66% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0600 is #05F9FF. Grayscale: #4E4E4E. Windows color (decimal): -391680 or 1786. OLE color: 1786.

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

Color convert

RGB 250 6 0 -
CMYK 0 0.98 1 0.02
HSL 1.44º 1% 0.49% -
HSV(B) 1.44º 1% 0.98% -
XYZ 39.49 20.45 1.87 -
YUV 78.27 83.84 250.49 -
System Red Green Blue C M Y K H S L
Decimal 250 6 0 0 0.98 1 0.02 1.44 1 0.49
Hex FA 6 0 0 62 64 2 1 64 31
Octal 372 6 0 0 142 144 2 1 144 61
Binary 11111010 110 0 0 1100010 1100100 10 1 1100100 110001

Color Harmonies of #FA0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0600

Black with #FA0600

Text Example


Text Example

White with #FA0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0600; }

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

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

background-color css

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

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

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

border-color css

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

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

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