#FD6C12

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

Shades of Pumpkin #FD6C12

Tints of Pumpkin #FD6C12

Color information

#FD6C12 (or 0xFD6C12) is unknown color: approx Pumpkin. HEX triplet: FD, 6C and 12. RGB value is (253,108,18). Sum of RGB (Red+Green+Blue) = 253+108+18=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6C12 is #0293ED. Grayscale: #8D8D8D. Windows color (decimal): -168942 or 1207549. OLE color: 1207549.

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

Color convert

RGB25310818-
CMYK00.570.930.01
HSL22.98º98.33%53.14%-
HSV(B)22.98º92.89%99.22%-
XYZ45.9831.654.26-
YUV141.0958.54207.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 66.75%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 18 (7.42% from 255) = 4.75%
R=66.75%
G=28.50%
B=4.75%

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
Decimal2531081800.570.930.0122.9898.3353.14
HexFD6C120395D1176235
Octal3751542207113512714265
Binary11111101110110010010011100110111011101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6C12; }

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

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

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

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

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

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

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

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