#F26304

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

Shades of Persimmon #F26304

Tints of Persimmon #F26304

Color information

#F26304 (or 0xF26304) is unknown color: approx Persimmon. HEX triplet: F2, 63 and 04. RGB value is (242,99,4). Sum of RGB (Red+Green+Blue) = 242+99+4=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F26304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26304 is #0D9CFB. Grayscale: #838383. Windows color (decimal): -892156 or 287730. OLE color: 287730.

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

Color convert

RGB242994-
CMYK00.590.980.05
HSL23.95º96.75%48.24%-
HSV(B)23.95º98.35%94.9%-
XYZ41.127.813.32-
YUV130.9356.38207.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 70.14%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 4 (1.95% from 255) = 1.16%
R=70.14%
G=28.70%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24299400.590.980.0523.9596.7548.24
HexF263403B625186130
Octal362143407314253014160
Binary11110010110001110001110111100010101110001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26304; }

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

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

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

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

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

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

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

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