#FD5F1D

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

Shades of Pumpkin #FD5F1D

Tints of Pumpkin #FD5F1D

Color information

#FD5F1D (or 0xFD5F1D) is unknown color: approx Pumpkin. HEX triplet: FD, 5F and 1D. RGB value is (253,95,29). Sum of RGB (Red+Green+Blue) = 253+95+29=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5F1D is #02A0E2. Grayscale: #878787. Windows color (decimal): -172259 or 1925117. OLE color: 1925117.

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

Color convert

RGB2539529-
CMYK00.620.890.01
HSL17.68º98.25%55.29%-
HSV(B)17.68º88.54%99.22%-
XYZ44.8229.164.43-
YUV134.7268.35212.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 67.11%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 29 (11.72% from 255) = 7.69%
R=67.11%
G=25.20%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253952900.620.890.0117.6898.2555.29
HexFD5F1D03E591126237
Octal3751373507613112214267
Binary11111101101111111101011111010110011100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5F1D; }

 p { color: rgb(253,95,29); }

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

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

 a { background-color: rgb(253,95,29); }

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

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

 span { border-color: rgb(253,95,29); }

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