#FD5C5A

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

Shades of Bittersweet #FD5C5A

Tints of Bittersweet #FD5C5A

Color information

#FD5C5A (or 0xFD5C5A) is unknown color: approx Bittersweet. HEX triplet: FD, 5C and 5A. RGB value is (253,92,90). Sum of RGB (Red+Green+Blue) = 253+92+90=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C5A is #02A3A5. Grayscale: #8C8C8C. Windows color (decimal): -172966 or 5922045. OLE color: 5922045.

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

Color convert

RGB2539290-
CMYK00.640.640.01
HSL0.74º97.6%67.25%-
HSV(B)0.74º64.43%99.22%-
XYZ46.1829.2812.89-
YUV139.9199.84208.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.16%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=58.16%
G=21.15%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253929000.640.640.010.7497.667.25
HexFD5C5A04040116243
Octal375134132010010011142103
Binary11111101101110010110100100000010000001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5C5A; }

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

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

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

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

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

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

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

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