#FA0A03

Color #FA0A03 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #FA0A03

Tints of Red #FA0A03

Color information

#FA0A03 (or 0xFA0A03) is unknown color: approx Red. HEX triplet: FA, 0A and 03. RGB value is (250,10,3). Sum of RGB (Red+Green+Blue) = 250+10+3=263 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.06% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0A03 is #05F5FC. Grayscale: #515151. Windows color (decimal): -390653 or 199418. OLE color: 199418.

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

Color convert

RGB250103-
CMYK00.960.990.02
HSL1.7º97.63%49.61%-
HSV(B)1.7º98.8%98.04%-
XYZ39.5520.551.97-
YUV80.9684.01248.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 95.06%
GREEN value IS 10 (4.30% from 255) = 3.80%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=95.06%
G=3.80%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010300.960.990.021.797.6349.61
HexFAA306063226232
Octal37212301401432214262
Binary1111101010101101100000110001110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0A03; }

 p { color: rgb(250,10,3); }

 H1.HeaderClassName
 {
   color: #FA0A03;
 }
 .AnyTagClassName
 {
   color: #FA0A03;
 }
</style>
background-color css

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

 a { background-color: rgb(250,10,3); }

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

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

 span { border-color: rgb(250,10,3); }

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