#F65E09

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

Shades of Persimmon #F65E09

Tints of Persimmon #F65E09

Color information

#F65E09 (or 0xF65E09) is unknown color: approx Persimmon. HEX triplet: F6, 5E and 09. RGB value is (246,94,9). Sum of RGB (Red+Green+Blue) = 246+94+9=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65E09 is #09A1F6. Grayscale: #828282. Windows color (decimal): -631287 or 614134. OLE color: 614134.

HSL color Cylindrical-coordinate representation of color #F65E09: hue angle of 21.52º 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 #F65E09 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB246949-
CMYK00.620.960.04
HSL21.52º92.94%50%-
HSV(B)21.52º96.34%96.47%-
XYZ42.0627.623.37-
YUV129.7659.86210.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 70.49%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 9 (3.91% from 255) = 2.58%
R=70.49%
G=26.93%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24694900.620.960.0421.5292.9450
HexF65E903E604165d32
Octal3661361107614042613562
Binary111101101011110100101111101100000100101101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65E09; }

 p { color: rgb(246,94,9); }

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

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

 a { background-color: rgb(246,94,9); }

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

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

 span { border-color: rgb(246,94,9); }

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