#FF5C5A

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

Shades of Bittersweet #FF5C5A

Tints of Bittersweet #FF5C5A

Color information

#FF5C5A (or 0xFF5C5A) is unknown color: approx Bittersweet. HEX triplet: FF, 5C and 5A. RGB value is (255,92,90). Sum of RGB (Red+Green+Blue) = 255+92+90=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5C5A is #00A3A5. Grayscale: #8C8C8C. Windows color (decimal): -41894 or 5922047. OLE color: 5922047.

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

Color convert

RGB2559290-
CMYK00.640.650
HSL0.73º100%67.65%-
HSV(B)0.73º64.71%100%-
XYZ46.9129.6512.92-
YUV140.5199.5209.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.35%
GREEN value IS 92 (36.33% from 255) = 21.05%
BLUE value IS 90 (35.55% from 255) = 20.59%
R=58.35%
G=21.05%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255929000.640.6500.7310067.65
HexFF5C5A04041016444
Octal377134132010010101144104
Binary11111111101110010110100100000010000010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5C5A; }

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

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

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

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

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

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

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

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