#F25D04

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

Shades of Persimmon #F25D04

Tints of Persimmon #F25D04

Color information

#F25D04 (or 0xF25D04) is unknown color: approx Persimmon. HEX triplet: F2, 5D and 04. RGB value is (242,93,4). Sum of RGB (Red+Green+Blue) = 242+93+4=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25D04 is #0DA2FB. Grayscale: #7F7F7F. Windows color (decimal): -893692 or 286194. OLE color: 286194.

HSL color Cylindrical-coordinate representation of color #F25D04: hue angle of 22.44º 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 #F25D04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB242934-
CMYK00.620.980.05
HSL22.44º96.75%48.24%-
HSV(B)22.44º98.35%94.9%-
XYZ40.5526.713.13-
YUV127.458.36209.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 71.39%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 4 (1.95% from 255) = 1.18%
R=71.39%
G=27.43%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24293400.620.980.0522.4496.7548.24
HexF25D403E625166130
Octal362135407614252614160
Binary11110010101110110001111101100010101101101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25D04; }

 p { color: rgb(242,93,4); }

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

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

 a { background-color: rgb(242,93,4); }

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

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

 span { border-color: rgb(242,93,4); }

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