#FA605A

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

Shades of Bittersweet #FA605A

Tints of Bittersweet #FA605A

Color information

#FA605A (or 0xFA605A) is unknown color: approx Bittersweet. HEX triplet: FA, 60 and 5A. RGB value is (250,96,90). Sum of RGB (Red+Green+Blue) = 250+96+90=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA605A is #059FA5. Grayscale: #8D8D8D. Windows color (decimal): -368550 or 5923066. OLE color: 5923066.

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

Color convert

RGB2509690-
CMYK00.620.640.02
HSL2.25º94.12%66.67%-
HSV(B)2.25º64%98.04%-
XYZ45.4529.4312.96-
YUV141.3699.02205.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.34%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=57.34%
G=22.02%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250969000.620.640.022.2594.1266.67
HexFA605A03E40225e43
Octal37214013207610022136103
Binary111110101100000101101001111101000000101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA605A; }

 p { color: rgb(250,96,90); }

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

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

 a { background-color: rgb(250,96,90); }

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

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

 span { border-color: rgb(250,96,90); }

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