#FD851C

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

Shades of Pumpkin #FD851C

Tints of Pumpkin #FD851C

Color information

#FD851C (or 0xFD851C) is unknown color: approx Pumpkin. HEX triplet: FD, 85 and 1C. RGB value is (253,133,28). Sum of RGB (Red+Green+Blue) = 253+133+28=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD851C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD851C is #027AE3. Grayscale: #9D9D9D. Windows color (decimal): -162532 or 1869309. OLE color: 1869309.

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

Color convert

RGB25313328-
CMYK00.470.890.01
HSL28º98.25%55.1%-
HSV(B)28º88.93%99.22%-
XYZ49.1137.745.8-
YUV156.9155.26196.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.11%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 28 (11.33% from 255) = 6.76%
R=61.11%
G=32.13%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531332800.470.890.012898.2555.1
HexFD851C02F5911c6237
Octal3752053405713113414267
Binary111111011000010111100010111110110011111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD851C; }

 p { color: rgb(253,133,28); }

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

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

 a { background-color: rgb(253,133,28); }

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

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

 span { border-color: rgb(253,133,28); }

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