#FF705B

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

Shades of Bittersweet #FF705B

Tints of Bittersweet #FF705B

Color information

#FF705B (or 0xFF705B) is unknown color: approx Bittersweet. HEX triplet: FF, 70 and 5B. RGB value is (255,112,91). Sum of RGB (Red+Green+Blue) = 255+112+91=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF705B is #008FA4. Grayscale: #989898. Windows color (decimal): -36773 or 5992703. OLE color: 5992703.

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

Color convert

RGB25511291-
CMYK00.560.640
HSL7.68º100%67.84%-
HSV(B)7.68º64.31%100%-
XYZ48.9233.613.81-
YUV152.3693.38201.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.68%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 91 (35.94% from 255) = 19.87%
R=55.68%
G=24.45%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551129100.560.6407.6810067.84
HexFF705B03840086444
Octal377160133070100010144104
Binary1111111111100001011011011100010000000100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF705B; }

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

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

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

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

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

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

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

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