#FD761E

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

Shades of Pumpkin #FD761E

Tints of Pumpkin #FD761E

Color information

#FD761E (or 0xFD761E) is unknown color: approx Pumpkin. HEX triplet: FD, 76 and 1E. RGB value is (253,118,30). Sum of RGB (Red+Green+Blue) = 253+118+30=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD761E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD761E is #0289E1. Grayscale: #949494. Windows color (decimal): -166370 or 1996541. OLE color: 1996541.

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

Color convert

RGB25311830-
CMYK00.530.880.01
HSL23.68º98.24%55.49%-
HSV(B)23.68º88.14%99.22%-
XYZ47.2233.935.29-
YUV148.3361.23202.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.09%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 30 (12.11% from 255) = 7.48%
R=63.09%
G=29.43%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531183000.530.880.0123.6898.2455.49
HexFD761E035581186237
Octal3751663606513013014267
Binary11111101111011011110011010110110001110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD761E; }

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

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

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

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

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

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

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

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