#F3600A

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

Shades of Persimmon #F3600A

Tints of Persimmon #F3600A

Color information

#F3600A (or 0xF3600A) is unknown color: approx Persimmon. HEX triplet: F3, 60 and 0A. RGB value is (243,96,10). Sum of RGB (Red+Green+Blue) = 243+96+10=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F3600A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3600A is #0C9FF5. Grayscale: #828282. Windows color (decimal): -827382 or 680179. OLE color: 680179.

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

Color convert

RGB2439610-
CMYK00.600.960.05
HSL22.15º92.09%49.61%-
HSV(B)22.15º95.88%95.29%-
XYZ41.227.443.41-
YUV130.1560.2208.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.63%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=69.63%
G=27.51%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243961000.600.960.0522.1592.0949.61
HexF360A03C605165c32
Octal3631401207414052613462
Binary111100111100000101001111001100000101101101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3600A; }

 p { color: rgb(243,96,10); }

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

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

 a { background-color: rgb(243,96,10); }

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

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

 span { border-color: rgb(243,96,10); }

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