#F5715F

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

Shades of Bittersweet #F5715F

Tints of Bittersweet #F5715F

Color information

#F5715F (or 0xF5715F) is unknown color: approx Bittersweet. HEX triplet: F5, 71 and 5F. RGB value is (245,113,95). Sum of RGB (Red+Green+Blue) = 245+113+95=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5715F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5715F is #0A8EA0. Grayscale: #969696. Windows color (decimal): -691873 or 6255093. OLE color: 6255093.

HSL color Cylindrical-coordinate representation of color #F5715F: hue angle of 7.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5715F is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24511395-
CMYK00.540.610.04
HSL7.2º88.24%66.67%-
HSV(B)7.2º61.22%96.08%-
XYZ45.6332.0514.61-
YUV150.4296.73195.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.08%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=54.08%
G=24.94%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451139500.540.610.047.288.2466.67
HexF5715F0363D475843
Octal3651611370667547130103
Binary1111010111100011011111011011011110110011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5715F; }

 p { color: rgb(245,113,95); }

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

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

 a { background-color: rgb(245,113,95); }

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

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

 span { border-color: rgb(245,113,95); }

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