#F05E04

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

Shades of Persimmon #F05E04

Tints of Persimmon #F05E04

Color information

#F05E04 (or 0xF05E04) is unknown color: approx Persimmon. HEX triplet: F0, 5E and 04. RGB value is (240,94,4). Sum of RGB (Red+Green+Blue) = 240+94+4=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05E04 is #0FA1FB. Grayscale: #7F7F7F. Windows color (decimal): -1024508 or 286448. OLE color: 286448.

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

Color convert

RGB240944-
CMYK00.610.980.06
HSL22.88º96.72%47.84%-
HSV(B)22.88º98.33%94.12%-
XYZ39.9626.543.13-
YUV127.3958.37208.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.01%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 4 (1.95% from 255) = 1.18%
R=71.01%
G=27.81%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24094400.610.980.0622.8896.7247.84
HexF05E403D626176130
Octal360136407514262714160
Binary11110000101111010001111011100010110101111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05E04; }

 p { color: rgb(240,94,4); }

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

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

 a { background-color: rgb(240,94,4); }

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

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

 span { border-color: rgb(240,94,4); }

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