#FD8223

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

Shades of Pumpkin #FD8223

Tints of Pumpkin #FD8223

Color information

#FD8223 (or 0xFD8223) is unknown color: approx Pumpkin. HEX triplet: FD, 82 and 23. RGB value is (253,130,35). Sum of RGB (Red+Green+Blue) = 253+130+35=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8223 is #027DDC. Grayscale: #9C9C9C. Windows color (decimal): -163293 or 2327293. OLE color: 2327293.

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

Color convert

RGB25313035-
CMYK00.490.860.01
HSL26.15º98.2%56.47%-
HSV(B)26.15º86.17%99.22%-
XYZ48.7936.976.15-
YUV155.9559.75197.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.53%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 35 (14.06% from 255) = 8.37%
R=60.53%
G=31.10%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531303500.490.860.0126.1598.256.47
HexFD82230315611a6238
Octal3752024306112613214270
Binary1111110110000010100011011000110101101110101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8223; }

 p { color: rgb(253,130,35); }

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

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

 a { background-color: rgb(253,130,35); }

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

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

 span { border-color: rgb(253,130,35); }

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