#F58026

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

Shades of Pumpkin #F58026

Tints of Pumpkin #F58026

Color information

#F58026 (or 0xF58026) is unknown color: approx Pumpkin. HEX triplet: F5, 80 and 26. RGB value is (245,128,38). Sum of RGB (Red+Green+Blue) = 245+128+38=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F58026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58026 is #0A7FD9. Grayscale: #999999. Windows color (decimal): -688090 or 2523381. OLE color: 2523381.

HSL color Cylindrical-coordinate representation of color #F58026: hue angle of 26.09º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F58026 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB24512838-
CMYK00.480.840.04
HSL26.09º91.19%55.49%-
HSV(B)26.09º84.49%96.08%-
XYZ45.7334.996.18-
YUV152.7263.26193.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.61%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 38 (15.23% from 255) = 9.25%
R=59.61%
G=31.14%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451283800.480.840.0426.0991.1955.49
HexF580260305441a5b37
Octal3652004606012443213367
Binary111101011000000010011001100001010100100110101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58026; }

 p { color: rgb(245,128,38); }

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

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

 a { background-color: rgb(245,128,38); }

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

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

 span { border-color: rgb(245,128,38); }

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