Html Css Color HEX #FA0900 Red

📋 copy color: '#FA0900'

red 250 ◦ green 9 ◦ blue 0

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

Shades of Red #FA0900

Tints of Red #FA0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

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

R = 96.53%
G = 3.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA0900 (or 0xFA0900) is known color: Red. HEX triplet: FA, 09 and 00. RGB value is (250,9,0). Sum of RGB (Red+Green+Blue) = 250+9+0=259 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.53% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0900 is #05F6FF. Grayscale: #505050. Windows color (decimal): -390912 or 2554. OLE color: 2554.

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

Color convert

RGB 250 9 0 -
CMYK 0 0.96 1 0.02
HSL 2.16º 1% 0.49% -
HSV(B) 2.16º 1% 0.98% -
XYZ 39.52 20.52 1.88 -
YUV 80.03 82.84 249.23 -
System Red Green Blue C M Y K H S L
Decimal 250 9 0 0 0.96 1 0.02 2.16 1 0.49
Hex FA 9 0 0 60 64 2 2 64 31
Octal 372 11 0 0 140 144 2 2 144 61
Binary 11111010 1001 0 0 1100000 1100100 10 10 1100100 110001

Color Harmonies of #FA0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0900

Black with #FA0900

Text Example


Text Example

White with #FA0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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