#F25A09

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

Shades of Persimmon #F25A09

Tints of Persimmon #F25A09

Color information

#F25A09 (or 0xF25A09) is unknown color: approx Persimmon. HEX triplet: F2, 5A and 09. RGB value is (242,90,9). Sum of RGB (Red+Green+Blue) = 242+90+9=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25A09 is #0DA5F6. Grayscale: #7E7E7E. Windows color (decimal): -894455 or 613106. OLE color: 613106.

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

Color convert

RGB242909-
CMYK00.630.960.05
HSL20.86º92.83%49.22%-
HSV(B)20.86º96.28%94.9%-
XYZ40.3226.213.19-
YUV126.2161.86210.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 70.97%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 9 (3.91% from 255) = 2.64%
R=70.97%
G=26.39%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24290900.630.960.0520.8692.8349.22
HexF25A903F605155d31
Octal3621321107714052513561
Binary111100101011010100101111111100000101101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25A09; }

 p { color: rgb(242,90,9); }

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

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

 a { background-color: rgb(242,90,9); }

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

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

 span { border-color: rgb(242,90,9); }

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