#FD741E

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

Shades of Pumpkin #FD741E

Tints of Pumpkin #FD741E

Color information

#FD741E (or 0xFD741E) is unknown color: approx Pumpkin. HEX triplet: FD, 74 and 1E. RGB value is (253,116,30). Sum of RGB (Red+Green+Blue) = 253+116+30=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD741E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD741E is #028BE1. Grayscale: #939393. Windows color (decimal): -166882 or 1996029. OLE color: 1996029.

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

Color convert

RGB25311630-
CMYK00.540.880.01
HSL23.14º98.24%55.49%-
HSV(B)23.14º88.14%99.22%-
XYZ46.9933.475.21-
YUV147.1661.89203.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.41%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 30 (12.11% from 255) = 7.52%
R=63.41%
G=29.07%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531163000.540.880.0123.1498.2455.49
HexFD741E036581176237
Octal3751643606613012714267
Binary11111101111010011110011011010110001101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD741E; }

 p { color: rgb(253,116,30); }

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

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

 a { background-color: rgb(253,116,30); }

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

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

 span { border-color: rgb(253,116,30); }

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