#F45609

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

Shades of Persimmon #F45609

Tints of Persimmon #F45609

Color information

#F45609 (or 0xF45609) is unknown color: approx Persimmon. HEX triplet: F4, 56 and 09. RGB value is (244,86,9). Sum of RGB (Red+Green+Blue) = 244+86+9=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F45609 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45609 is #0BA9F6. Grayscale: #7C7C7C. Windows color (decimal): -764407 or 612084. OLE color: 612084.

HSL color Cylindrical-coordinate representation of color #F45609: hue angle of 19.66º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F45609 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB244869-
CMYK00.650.960.04
HSL19.66º92.89%49.61%-
HSV(B)19.66º96.31%95.69%-
XYZ40.6925.913.11-
YUV124.4662.85213.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 71.98%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 9 (3.91% from 255) = 2.65%
R=71.98%
G=25.37%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24486900.650.960.0419.6692.8949.61
HexF4569041604145d32
Octal36412611010114042413562
Binary1111010010101101001010000011100000100101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45609; }

 p { color: rgb(244,86,9); }

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

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

 a { background-color: rgb(244,86,9); }

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

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

 span { border-color: rgb(244,86,9); }

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