#FE7827

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

Shades of Pumpkin #FE7827

Tints of Pumpkin #FE7827

Color information

#FE7827 (or 0xFE7827) is unknown color: approx Pumpkin. HEX triplet: FE, 78 and 27. RGB value is (254,120,39). Sum of RGB (Red+Green+Blue) = 254+120+39=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7827 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7827 is #0187D8. Grayscale: #979797. Windows color (decimal): -100313 or 2586878. OLE color: 2586878.

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

Color convert

RGB25412039-
CMYK00.530.850.00
HSL22.6º99.08%57.45%-
HSV(B)22.6º84.65%99.61%-
XYZ47.9634.656.08-
YUV150.8364.89201.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.50%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 39 (15.62% from 255) = 9.44%
R=61.50%
G=29.06%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541203900.530.850.0022.699.0857.45
HexFE7827035550176339
Octal3761704706512502714371
Binary111111101111000100111011010110101010101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7827; }

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

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

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

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

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

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

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

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