#F0561D

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

Shades of Persimmon #F0561D

Tints of Persimmon #F0561D

Color information

#F0561D (or 0xF0561D) is unknown color: approx Persimmon. HEX triplet: F0, 56 and 1D. RGB value is (240,86,29). Sum of RGB (Red+Green+Blue) = 240+86+29=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0561D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0561D is #0FA9E2. Grayscale: #7D7D7D. Windows color (decimal): -1026531 or 1922800. OLE color: 1922800.

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

Color convert

RGB2408629-
CMYK00.640.880.06
HSL16.21º87.55%52.75%-
HSV(B)16.21º87.92%94.12%-
XYZ39.4825.273.96-
YUV125.5573.52209.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.61%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 29 (11.72% from 255) = 8.17%
R=67.61%
G=24.23%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240862900.640.880.0616.2187.5552.75
HexF0561D040586105835
Octal36012635010013062013065
Binary11110000101011011101010000001011000110100001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0561D; }

 p { color: rgb(240,86,29); }

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

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

 a { background-color: rgb(240,86,29); }

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

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

 span { border-color: rgb(240,86,29); }

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