#FD6E12

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

Shades of Pumpkin #FD6E12

Tints of Pumpkin #FD6E12

Color information

#FD6E12 (or 0xFD6E12) is unknown color: approx Pumpkin. HEX triplet: FD, 6E and 12. RGB value is (253,110,18). Sum of RGB (Red+Green+Blue) = 253+110+18=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6E12 is #0291ED. Grayscale: #8E8E8E. Windows color (decimal): -168430 or 1208061. OLE color: 1208061.

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

Color convert

RGB25311018-
CMYK00.570.930.01
HSL23.49º98.33%53.14%-
HSV(B)23.49º92.89%99.22%-
XYZ46.1932.084.33-
YUV142.2757.88206.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 66.40%
GREEN value IS 110 (43.36% from 255) = 28.87%
BLUE value IS 18 (7.42% from 255) = 4.72%
R=66.40%
G=28.87%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531101800.570.930.0123.4998.3353.14
HexFD6E120395D1176235
Octal3751562207113512714265
Binary11111101110111010010011100110111011101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6E12; }

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

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

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

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

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

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

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

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