#F35B0E

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

Shades of Persimmon #F35B0E

Tints of Persimmon #F35B0E

Color information

#F35B0E (or 0xF35B0E) is unknown color: approx Persimmon. HEX triplet: F3, 5B and 0E. RGB value is (243,91,14). Sum of RGB (Red+Green+Blue) = 243+91+14=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F35B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35B0E is #0CA4F1. Grayscale: #808080. Windows color (decimal): -828658 or 941043. OLE color: 941043.

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

Color convert

RGB2439114-
CMYK00.630.940.05
HSL20.17º90.51%50.39%-
HSV(B)20.17º94.24%95.29%-
XYZ40.7826.573.39-
YUV127.6763.86210.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.83%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 14 (5.86% from 255) = 4.02%
R=69.83%
G=26.15%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243911400.630.940.0520.1790.5150.39
HexF35BE03F5E5145b32
Octal3631331607713652413362
Binary111100111011011111001111111011110101101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35B0E; }

 p { color: rgb(243,91,14); }

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

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

 a { background-color: rgb(243,91,14); }

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

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

 span { border-color: rgb(243,91,14); }

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