#FE7A27

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

Shades of Pumpkin #FE7A27

Tints of Pumpkin #FE7A27

Color information

#FE7A27 (or 0xFE7A27) is unknown color: approx Pumpkin. HEX triplet: FE, 7A and 27. RGB value is (254,122,39). Sum of RGB (Red+Green+Blue) = 254+122+39=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A27 is #0185D8. Grayscale: #989898. Windows color (decimal): -99801 or 2587390. OLE color: 2587390.

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

Color convert

RGB25412239-
CMYK00.520.850.00
HSL23.16º99.08%57.45%-
HSV(B)23.16º84.65%99.61%-
XYZ48.235.146.16-
YUV152.0164.23200.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.20%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 39 (15.62% from 255) = 9.40%
R=61.20%
G=29.40%
B=9.40%

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
Decimal2541223900.520.850.0023.1699.0857.45
HexFE7A27034550176339
Octal3761724706412502714371
Binary111111101111010100111011010010101010101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7A27; }

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

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

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

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

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

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

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

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