#F5755A

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

Shades of Bittersweet #F5755A

Tints of Bittersweet #F5755A

Color information

#F5755A (or 0xF5755A) is unknown color: approx Bittersweet. HEX triplet: F5, 75 and 5A. RGB value is (245,117,90). Sum of RGB (Red+Green+Blue) = 245+117+90=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5755A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5755A is #0A8AA5. Grayscale: #989898. Windows color (decimal): -690854 or 5928437. OLE color: 5928437.

HSL color Cylindrical-coordinate representation of color #F5755A: hue angle of 10.45º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5755A is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24511790-
CMYK00.520.630.04
HSL10.45º88.57%65.69%-
HSV(B)10.45º63.27%96.08%-
XYZ45.8632.8713.6-
YUV152.1992.91194.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.20%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 90 (35.55% from 255) = 19.91%
R=54.20%
G=25.88%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451179000.520.630.0410.4588.5765.69
HexF5755A0343F4a5942
Octal36516513206477412131102
Binary11110101111010110110100110100111111100101010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5755A; }

 p { color: rgb(245,117,90); }

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

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

 a { background-color: rgb(245,117,90); }

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

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

 span { border-color: rgb(245,117,90); }

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