#FF6C5A

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

Shades of Bittersweet #FF6C5A

Tints of Bittersweet #FF6C5A

Color information

#FF6C5A (or 0xFF6C5A) is unknown color: approx Bittersweet. HEX triplet: FF, 6C and 5A. RGB value is (255,108,90). Sum of RGB (Red+Green+Blue) = 255+108+90=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C5A is #0093A5. Grayscale: #969696. Windows color (decimal): -37798 or 5926143. OLE color: 5926143.

HSL color Cylindrical-coordinate representation of color #FF6C5A: hue angle of 6.55º 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 #FF6C5A is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB25510890-
CMYK00.580.650
HSL6.55º100%67.65%-
HSV(B)6.55º64.71%100%-
XYZ48.4532.7213.44-
YUV149.994.2202.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 90 (35.55% from 255) = 19.87%
R=56.29%
G=23.84%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551089000.580.6506.5510067.65
HexFF6C5A03A41076444
Octal37715413207210107144104
Binary111111111101100101101001110101000001011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6C5A; }

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

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

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

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

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

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

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

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