#FF5C5B

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

Shades of Bittersweet #FF5C5B

Tints of Bittersweet #FF5C5B

Color information

#FF5C5B (or 0xFF5C5B) is unknown color: approx Bittersweet. HEX triplet: FF, 5C and 5B. RGB value is (255,92,91). Sum of RGB (Red+Green+Blue) = 255+92+91=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5C5B is #00A3A4. Grayscale: #8C8C8C. Windows color (decimal): -41893 or 5987583. OLE color: 5987583.

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

Color convert

RGB2559291-
CMYK00.640.640
HSL0.37º100%67.84%-
HSV(B)0.37º64.31%100%-
XYZ46.9629.6713.15-
YUV140.62100209.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.22%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=58.22%
G=21.00%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255929100.640.6400.3710067.84
HexFF5C5B04040006444
Octal377134133010010000144104
Binary11111111101110010110110100000010000000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5C5B; }

 p { color: rgb(255,92,91); }

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

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

 a { background-color: rgb(255,92,91); }

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

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

 span { border-color: rgb(255,92,91); }

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