#FF7A5C

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

Shades of Bittersweet #FF7A5C

Tints of Bittersweet #FF7A5C

Color information

#FF7A5C (or 0xFF7A5C) is unknown color: approx Bittersweet. HEX triplet: FF, 7A and 5C. RGB value is (255,122,92). Sum of RGB (Red+Green+Blue) = 255+122+92=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A5C is #0085A3. Grayscale: #9E9E9E. Windows color (decimal): -34212 or 6060799. OLE color: 6060799.

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

Color convert

RGB25512292-
CMYK00.520.640
HSL11.04º100%68.04%-
HSV(B)11.04º63.92%100%-
XYZ50.1335.9514.42-
YUV158.3590.56196.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.37%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=54.37%
G=26.01%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551229200.520.64011.0410068.04
HexFF7A5C034400b6444
Octal377172134064100013144104
Binary1111111111110101011100011010010000000101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A5C; }

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

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

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

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

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

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

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

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