#FD7359

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

Shades of Bittersweet #FD7359

Tints of Bittersweet #FD7359

Color information

#FD7359 (or 0xFD7359) is unknown color: approx Bittersweet. HEX triplet: FD, 73 and 59. RGB value is (253,115,89). Sum of RGB (Red+Green+Blue) = 253+115+89=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7359 is #028CA6. Grayscale: #999999. Windows color (decimal): -167079 or 5862397. OLE color: 5862397.

HSL color Cylindrical-coordinate representation of color #FD7359: hue angle of 9.51º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD7359 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB25311589-
CMYK00.550.650.01
HSL9.51º97.62%67.06%-
HSV(B)9.51º64.82%99.22%-
XYZ48.4433.8713.43-
YUV153.391.72199.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.36%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 89 (35.16% from 255) = 19.47%
R=55.36%
G=25.16%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531158900.550.650.019.5197.6267.06
HexFD7359037411a6243
Octal375163131067101112142103
Binary1111110111100111011001011011110000011101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7359; }

 p { color: rgb(253,115,89); }

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

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

 a { background-color: rgb(253,115,89); }

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

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

 span { border-color: rgb(253,115,89); }

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