#FD6E10

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

Shades of Pumpkin #FD6E10

Tints of Pumpkin #FD6E10

Color information

#FD6E10 (or 0xFD6E10) is unknown color: approx Pumpkin. HEX triplet: FD, 6E and 10. RGB value is (253,110,16). Sum of RGB (Red+Green+Blue) = 253+110+16=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6E10 is #0291EF. Grayscale: #8E8E8E. Windows color (decimal): -168432 or 1076989. OLE color: 1076989.

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

Color convert

RGB25311016-
CMYK00.570.940.01
HSL23.8º98.34%52.75%-
HSV(B)23.8º93.68%99.22%-
XYZ46.1832.074.25-
YUV142.0456.88207.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 66.75%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 16 (6.64% from 255) = 4.22%
R=66.75%
G=29.02%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531101600.570.940.0123.898.3452.75
HexFD6E100395E1186235
Octal3751562007113613014265
Binary11111101110111010000011100110111101110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6E10; }

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

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

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

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

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

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

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

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