#FD8412

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

Shades of Pumpkin #FD8412

Tints of Pumpkin #FD8412

Color information

#FD8412 (or 0xFD8412) is unknown color: approx Pumpkin. HEX triplet: FD, 84 and 12. RGB value is (253,132,18). Sum of RGB (Red+Green+Blue) = 253+132+18=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8412 is #027BED. Grayscale: #9B9B9B. Windows color (decimal): -162798 or 1213693. OLE color: 1213693.

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

Color convert

RGB25313218-
CMYK00.480.930.01
HSL29.11º98.33%53.14%-
HSV(B)29.11º92.89%99.22%-
XYZ48.8737.435.22-
YUV155.1850.59197.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.78%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 18 (7.42% from 255) = 4.47%
R=62.78%
G=32.75%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531321800.480.930.0129.1198.3353.14
HexFD84120305D11d6235
Octal3752042206013513514265
Binary111111011000010010010011000010111011111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8412; }

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

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

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

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

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

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

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

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