Html Css Color HEX #FA0500 Red

📋 copy color: '#FA0500'

red 250 ◦ green 5 ◦ blue 0

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

Shades of Red #FA0500

Tints of Red #FA0500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 98.04%
G = 1.96%
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

#FA0500 (or 0xFA0500) is known color: Red. HEX triplet: FA, 05 and 00. RGB value is (250,5,0). Sum of RGB (Red+Green+Blue) = 250+5+0=255 (33% of max value = 765). Red value is 250 (98.05% from 255 or 98.04% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0500 is #05FAFF. Grayscale: #4D4D4D. Windows color (decimal): -391936 or 1530. OLE color: 1530.

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

Color convert

RGB 250 5 0 -
CMYK 0 0.98 1 0.02
HSL 1.2º 1% 0.49% -
HSV(B) 1.2º 1% 0.98% -
XYZ 39.48 20.43 1.86 -
YUV 77.69 84.17 250.91 -
System Red Green Blue C M Y K H S L
Decimal 250 5 0 0 0.98 1 0.02 1.2 1 0.49
Hex FA 5 0 0 62 64 2 1 64 31
Octal 372 5 0 0 142 144 2 1 144 61
Binary 11111010 101 0 0 1100010 1100100 10 1 1100100 110001

Color Harmonies of #FA0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0500

Black with #FA0500

Text Example


Text Example

White with #FA0500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0500; }

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

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

background-color css

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

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

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

border-color css

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

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

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