#FD7256

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

Shades of Bittersweet #FD7256

Tints of Bittersweet #FD7256

Color information

#FD7256 (or 0xFD7256) is unknown color: approx Bittersweet. HEX triplet: FD, 72 and 56. RGB value is (253,114,86). Sum of RGB (Red+Green+Blue) = 253+114+86=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7256 is #028DA9. Grayscale: #989898. Windows color (decimal): -167338 or 5665533. OLE color: 5665533.

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

Color convert

RGB25311486-
CMYK00.550.660.01
HSL10.06º97.66%66.47%-
HSV(B)10.06º66.01%99.22%-
XYZ48.2133.5912.75-
YUV152.3790.55199.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.85%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 86 (33.98% from 255) = 18.98%
R=55.85%
G=25.17%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531148600.550.660.0110.0697.6666.47
HexFD7256037421a6242
Octal375162126067102112142102
Binary1111110111100101010110011011110000101101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7256; }

 p { color: rgb(253,114,86); }

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

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

 a { background-color: rgb(253,114,86); }

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

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

 span { border-color: rgb(253,114,86); }

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