#F05D0C

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

Shades of Persimmon #F05D0C

Tints of Persimmon #F05D0C

Color information

#F05D0C (or 0xF05D0C) is unknown color: approx Persimmon. HEX triplet: F0, 5D and 0C. RGB value is (240,93,12). Sum of RGB (Red+Green+Blue) = 240+93+12=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D0C is #0FA2F3. Grayscale: #808080. Windows color (decimal): -1024756 or 810480. OLE color: 810480.

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

Color convert

RGB2409312-
CMYK00.610.950.06
HSL21.32º90.48%49.41%-
HSV(B)21.32º95%94.12%-
XYZ39.9226.383.34-
YUV127.7262.7208.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.57%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 12 (5.08% from 255) = 3.48%
R=69.57%
G=26.96%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240931200.610.950.0621.3290.4849.41
HexF05DC03D5F6155a31
Octal3601351407513762513261
Binary111100001011101110001111011011111110101011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05D0C; }

 p { color: rgb(240,93,12); }

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

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

 a { background-color: rgb(240,93,12); }

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

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

 span { border-color: rgb(240,93,12); }

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