#FF775C

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

Shades of Bittersweet #FF775C

Tints of Bittersweet #FF775C

Color information

#FF775C (or 0xFF775C) is unknown color: approx Bittersweet. HEX triplet: FF, 77 and 5C. RGB value is (255,119,92). Sum of RGB (Red+Green+Blue) = 255+119+92=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF775C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF775C is #0088A3. Grayscale: #9C9C9C. Windows color (decimal): -34980 or 6060031. OLE color: 6060031.

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

Color convert

RGB25511992-
CMYK00.530.640
HSL9.94º100%68.04%-
HSV(B)9.94º63.92%100%-
XYZ49.7735.2314.3-
YUV156.5991.56198.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.72%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 92 (36.33% from 255) = 19.74%
R=54.72%
G=25.54%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551199200.530.6409.9410068.04
HexFF775C035400a6444
Octal377167134065100012144104
Binary1111111111101111011100011010110000000101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF775C; }

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

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

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

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

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

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

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

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