#F65C04

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

Shades of Persimmon #F65C04

Tints of Persimmon #F65C04

Color information

#F65C04 (or 0xF65C04) is unknown color: approx Persimmon. HEX triplet: F6, 5C and 04. RGB value is (246,92,4). Sum of RGB (Red+Green+Blue) = 246+92+4=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65C04 is #09A3FB. Grayscale: #808080. Windows color (decimal): -631804 or 285942. OLE color: 285942.

HSL color Cylindrical-coordinate representation of color #F65C04: hue angle of 21.82º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F65C04 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB246924-
CMYK00.630.980.04
HSL21.82º96.8%49.02%-
HSV(B)21.82º98.37%96.47%-
XYZ41.8627.263.17-
YUV128.0158.02212.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 71.93%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 4 (1.95% from 255) = 1.17%
R=71.93%
G=26.90%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24692400.630.980.0421.8296.849.02
HexF65C403F624166131
Octal366134407714242614161
Binary11110110101110010001111111100010100101101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65C04; }

 p { color: rgb(246,92,4); }

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

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

 a { background-color: rgb(246,92,4); }

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

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

 span { border-color: rgb(246,92,4); }

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