#FD841C

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

Shades of Pumpkin #FD841C

Tints of Pumpkin #FD841C

Color information

#FD841C (or 0xFD841C) is unknown color: approx Pumpkin. HEX triplet: FD, 84 and 1C. RGB value is (253,132,28). Sum of RGB (Red+Green+Blue) = 253+132+28=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD841C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD841C is #027BE3. Grayscale: #9C9C9C. Windows color (decimal): -162788 or 1869053. OLE color: 1869053.

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

Color convert

RGB25313228-
CMYK00.480.890.01
HSL27.73º98.25%55.1%-
HSV(B)27.73º88.93%99.22%-
XYZ48.9737.475.75-
YUV156.3255.59196.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.26%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 28 (11.33% from 255) = 6.78%
R=61.26%
G=31.96%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531322800.480.890.0127.7398.2555.1
HexFD841C0305911c6237
Octal3752043406013113414267
Binary111111011000010011100011000010110011111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD841C; }

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

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

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

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

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

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

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

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