#FA0B03

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

Shades of Red #FA0B03

Tints of Red #FA0B03

Color information

#FA0B03 (or 0xFA0B03) is unknown color: approx Red. HEX triplet: FA, 0B and 03. RGB value is (250,11,3). Sum of RGB (Red+Green+Blue) = 250+11+3=264 (34% of max value = 765). Red value is 250 (98.05% from 255 or 94.70% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0B03 is #05F4FC. Grayscale: #515151. Windows color (decimal): -390397 or 199674. OLE color: 199674.

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

Color convert

RGB250113-
CMYK00.960.990.02
HSL1.94º97.63%49.61%-
HSV(B)1.94º98.8%98.04%-
XYZ39.5620.571.97-
YUV81.5583.68248.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 94.70%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=94.70%
G=4.17%
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
Decimal25011300.960.990.021.9497.6349.61
HexFAB306063226232
Octal37213301401432214262
Binary1111101010111101100000110001110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0B03; }

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

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

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

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

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

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

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

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