#F65E0D

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

Shades of Persimmon #F65E0D

Tints of Persimmon #F65E0D

Color information

#F65E0D (or 0xF65E0D) is unknown color: approx Persimmon. HEX triplet: F6, 5E and 0D. RGB value is (246,94,13). Sum of RGB (Red+Green+Blue) = 246+94+13=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65E0D is #09A1F2. Grayscale: #828282. Windows color (decimal): -631283 or 876278. OLE color: 876278.

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

Color convert

RGB2469413-
CMYK00.620.950.04
HSL20.86º92.83%50.78%-
HSV(B)20.86º94.72%96.47%-
XYZ42.0827.633.5-
YUV130.2161.86210.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.69%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 13 (5.47% from 255) = 3.68%
R=69.69%
G=26.63%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246941300.620.950.0420.8692.8350.78
HexF65ED03E5F4155d33
Octal3661361507613742513563
Binary111101101011110110101111101011111100101011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65E0D; }

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

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

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

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

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

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

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

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