#FD8616

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

Shades of Pumpkin #FD8616

Tints of Pumpkin #FD8616

Color information

#FD8616 (or 0xFD8616) is unknown color: approx Pumpkin. HEX triplet: FD, 86 and 16. RGB value is (253,134,22). Sum of RGB (Red+Green+Blue) = 253+134+22=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8616 is #0279E9. Grayscale: #9D9D9D. Windows color (decimal): -162282 or 1476349. OLE color: 1476349.

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

Color convert

RGB25313422-
CMYK00.470.910.01
HSL29.09º98.3%53.92%-
HSV(B)29.09º91.3%99.22%-
XYZ49.1837.995.5-
YUV156.8151.92196.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.86%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 22 (8.98% from 255) = 5.38%
R=61.86%
G=32.76%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531342200.470.910.0129.0998.353.92
HexFD861602F5B11d6236
Octal3752062605713313514266
Binary111111011000011010110010111110110111111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8616; }

 p { color: rgb(253,134,22); }

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

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

 a { background-color: rgb(253,134,22); }

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

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

 span { border-color: rgb(253,134,22); }

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