#FD7919

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

Shades of Pumpkin #FD7919

Tints of Pumpkin #FD7919

Color information

#FD7919 (or 0xFD7919) is unknown color: approx Pumpkin. HEX triplet: FD, 79 and 19. RGB value is (253,121,25). Sum of RGB (Red+Green+Blue) = 253+121+25=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7919 is #0286E6. Grayscale: #969696. Windows color (decimal): -165607 or 1669629. OLE color: 1669629.

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

Color convert

RGB25312125-
CMYK00.520.900.01
HSL25.26º98.28%54.51%-
HSV(B)25.26º90.12%99.22%-
XYZ47.5234.635.1-
YUV149.5257.73201.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.41%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 25 (10.16% from 255) = 6.27%
R=63.41%
G=30.33%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531212500.520.900.0125.2698.2854.51
HexFD79190345A1196237
Octal3751713106413213114267
Binary11111101111100111001011010010110101110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7919; }

 p { color: rgb(253,121,25); }

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

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

 a { background-color: rgb(253,121,25); }

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

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

 span { border-color: rgb(253,121,25); }

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