#FD7410

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

Shades of Pumpkin #FD7410

Tints of Pumpkin #FD7410

Color information

#FD7410 (or 0xFD7410) is unknown color: approx Pumpkin. HEX triplet: FD, 74 and 10. RGB value is (253,116,16). Sum of RGB (Red+Green+Blue) = 253+116+16=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7410 is #028BEF. Grayscale: #929292. Windows color (decimal): -166896 or 1078525. OLE color: 1078525.

HSL color Cylindrical-coordinate representation of color #FD7410: hue angle of 25.32º 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 #FD7410 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25311616-
CMYK00.540.940.01
HSL25.32º98.34%52.75%-
HSV(B)25.32º93.68%99.22%-
XYZ46.8533.414.47-
YUV145.5654.89204.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 65.71%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 16 (6.64% from 255) = 4.16%
R=65.71%
G=30.13%
B=4.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531161600.540.940.0125.3298.3452.75
HexFD74100365E1196235
Octal3751642006613613114265
Binary11111101111010010000011011010111101110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7410; }

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

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

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

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

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

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

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

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