#FD7110

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

Shades of Pumpkin #FD7110

Tints of Pumpkin #FD7110

Color information

#FD7110 (or 0xFD7110) is unknown color: approx Pumpkin. HEX triplet: FD, 71 and 10. RGB value is (253,113,16). Sum of RGB (Red+Green+Blue) = 253+113+16=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7110 is #028EEF. Grayscale: #909090. Windows color (decimal): -167664 or 1077757. OLE color: 1077757.

HSL color Cylindrical-coordinate representation of color #FD7110: hue angle of 24.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD7110 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25311316-
CMYK00.550.940.01
HSL24.56º98.34%52.75%-
HSV(B)24.56º93.68%99.22%-
XYZ46.5132.734.36-
YUV143.855.88205.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 66.23%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 16 (6.64% from 255) = 4.19%
R=66.23%
G=29.58%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531131600.550.940.0124.5698.3452.75
HexFD71100375E1196235
Octal3751612006713613114265
Binary11111101111000110000011011110111101110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7110; }

 p { color: rgb(253,113,16); }

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

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

 a { background-color: rgb(253,113,16); }

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

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

 span { border-color: rgb(253,113,16); }

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