#FE7927

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

Shades of Pumpkin #FE7927

Tints of Pumpkin #FE7927

Color information

#FE7927 (or 0xFE7927) is unknown color: approx Pumpkin. HEX triplet: FE, 79 and 27. RGB value is (254,121,39). Sum of RGB (Red+Green+Blue) = 254+121+39=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7927 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7927 is #0186D8. Grayscale: #979797. Windows color (decimal): -100057 or 2587134. OLE color: 2587134.

HSL color Cylindrical-coordinate representation of color #FE7927: hue angle of 22.88º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE7927 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB25412139-
CMYK00.520.850.00
HSL22.88º99.08%57.45%-
HSV(B)22.88º84.65%99.61%-
XYZ48.0834.896.12-
YUV151.4264.56201.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.35%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 39 (15.62% from 255) = 9.42%
R=61.35%
G=29.23%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541213900.520.850.0022.8899.0857.45
HexFE7927034550176339
Octal3761714706412502714371
Binary111111101111001100111011010010101010101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7927; }

 p { color: rgb(254,121,39); }

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

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

 a { background-color: rgb(254,121,39); }

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

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

 span { border-color: rgb(254,121,39); }

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