#F7590F

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

Shades of Persimmon #F7590F

Tints of Persimmon #F7590F

Color information

#F7590F (or 0xF7590F) is unknown color: approx Persimmon. HEX triplet: F7, 59 and 0F. RGB value is (247,89,15). Sum of RGB (Red+Green+Blue) = 247+89+15=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F7590F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7590F is #08A6F0. Grayscale: #808080. Windows color (decimal): -567025 or 1006071. OLE color: 1006071.

HSL color Cylindrical-coordinate representation of color #F7590F: hue angle of 19.14º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7590F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB2478915-
CMYK00.640.940.03
HSL19.14º93.55%51.37%-
HSV(B)19.14º93.93%96.86%-
XYZ42.0226.953.44-
YUV127.8164.35213.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.37%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 15 (6.25% from 255) = 4.27%
R=70.37%
G=25.36%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247891500.640.940.0319.1493.5551.37
HexF759F0405E3135e33
Octal36713117010013632313663
Binary111101111011001111101000000101111011100111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7590F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7590F; }

 p { color: rgb(247,89,15); }

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

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

 a { background-color: rgb(247,89,15); }

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

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

 span { border-color: rgb(247,89,15); }

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