#FD765C

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

Shades of Bittersweet #FD765C

Tints of Bittersweet #FD765C

Color information

#FD765C (or 0xFD765C) is unknown color: approx Bittersweet. HEX triplet: FD, 76 and 5C. RGB value is (253,118,92). Sum of RGB (Red+Green+Blue) = 253+118+92=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD765C is #0289A3. Grayscale: #9B9B9B. Windows color (decimal): -166308 or 6059773. OLE color: 6059773.

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

Color convert

RGB25311892-
CMYK00.530.640.01
HSL9.69º97.58%67.65%-
HSV(B)9.69º63.64%99.22%-
XYZ48.9234.6114.23-
YUV155.492.23197.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.64%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 92 (36.33% from 255) = 19.87%
R=54.64%
G=25.49%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531189200.530.640.019.6997.5867.65
HexFD765C035401a6244
Octal375166134065100112142104
Binary1111110111101101011100011010110000001101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD765C; }

 p { color: rgb(253,118,92); }

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

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

 a { background-color: rgb(253,118,92); }

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

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

 span { border-color: rgb(253,118,92); }

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