#FF705C

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

Shades of Bittersweet #FF705C

Tints of Bittersweet #FF705C

Color information

#FF705C (or 0xFF705C) is unknown color: approx Bittersweet. HEX triplet: FF, 70 and 5C. RGB value is (255,112,92). Sum of RGB (Red+Green+Blue) = 255+112+92=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF705C is #008FA3. Grayscale: #989898. Windows color (decimal): -36772 or 6058239. OLE color: 6058239.

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

Color convert

RGB25511292-
CMYK00.560.640
HSL7.36º100%68.04%-
HSV(B)7.36º63.92%100%-
XYZ48.9733.6214.03-
YUV152.4893.88201.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 92 (36.33% from 255) = 20.04%
R=55.56%
G=24.40%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551129200.560.6407.3610068.04
HexFF705C03840076444
Octal37716013407010007144104
Binary111111111110000101110001110001000000011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF705C; }

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

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

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

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

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

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

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

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