#FD715F

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

Shades of Bittersweet #FD715F

Tints of Bittersweet #FD715F

Color information

#FD715F (or 0xFD715F) is unknown color: approx Bittersweet. HEX triplet: FD, 71 and 5F. RGB value is (253,113,95). Sum of RGB (Red+Green+Blue) = 253+113+95=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD715F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD715F is #028EA0. Grayscale: #999999. Windows color (decimal): -167585 or 6255101. OLE color: 6255101.

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

Color convert

RGB25311395-
CMYK00.550.620.01
HSL6.84º97.53%68.24%-
HSV(B)6.84º62.45%99.22%-
XYZ48.4833.5214.74-
YUV152.8195.38199.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.88%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=54.88%
G=24.51%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531139500.550.620.016.8497.5368.24
HexFD715F0373E176244
Octal3751611370677617142104
Binary11111101111000110111110110111111110111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD715F; }

 p { color: rgb(253,113,95); }

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

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

 a { background-color: rgb(253,113,95); }

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

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

 span { border-color: rgb(253,113,95); }

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