#F36104

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

Shades of Persimmon #F36104

Tints of Persimmon #F36104

Color information

#F36104 (or 0xF36104) is unknown color: approx Persimmon. HEX triplet: F3, 61 and 04. RGB value is (243,97,4). Sum of RGB (Red+Green+Blue) = 243+97+4=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F36104 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36104 is #0C9EFB. Grayscale: #828282. Windows color (decimal): -827132 or 287219. OLE color: 287219.

HSL color Cylindrical-coordinate representation of color #F36104: hue angle of 23.35º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F36104 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB243974-
CMYK00.600.980.05
HSL23.35º96.76%48.43%-
HSV(B)23.35º98.35%95.29%-
XYZ41.2627.613.27-
YUV130.0556.87208.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 70.64%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 4 (1.95% from 255) = 1.16%
R=70.64%
G=28.20%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24397400.600.980.0523.3596.7648.43
HexF361403C625176130
Octal363141407414252714160
Binary11110011110000110001111001100010101101111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36104; }

 p { color: rgb(243,97,4); }

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

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

 a { background-color: rgb(243,97,4); }

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

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

 span { border-color: rgb(243,97,4); }

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