#F65D0F

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

Shades of Persimmon #F65D0F

Tints of Persimmon #F65D0F

Color information

#F65D0F (or 0xF65D0F) is unknown color: approx Persimmon. HEX triplet: F6, 5D and 0F. RGB value is (246,93,15). Sum of RGB (Red+Green+Blue) = 246+93+15=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65D0F is #09A2F0. Grayscale: #828282. Windows color (decimal): -631537 or 1007094. OLE color: 1007094.

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

Color convert

RGB2469315-
CMYK00.620.940.04
HSL20.26º92.77%51.18%-
HSV(B)20.26º93.9%96.47%-
XYZ42.0127.463.54-
YUV129.8563.19210.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.49%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 15 (6.25% from 255) = 4.24%
R=69.49%
G=26.27%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246931500.620.940.0420.2692.7751.18
HexF65DF03E5E4145d33
Octal3661351707613642413563
Binary111101101011101111101111101011110100101001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65D0F; }

 p { color: rgb(246,93,15); }

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

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

 a { background-color: rgb(246,93,15); }

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

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

 span { border-color: rgb(246,93,15); }

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