#FE6E13

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

Shades of Pumpkin #FE6E13

Tints of Pumpkin #FE6E13

Color information

#FE6E13 (or 0xFE6E13) is unknown color: approx Pumpkin. HEX triplet: FE, 6E and 13. RGB value is (254,110,19). Sum of RGB (Red+Green+Blue) = 254+110+19=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6E13 is #0191EC. Grayscale: #8F8F8F. Windows color (decimal): -102893 or 1273598. OLE color: 1273598.

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

Color convert

RGB25411019-
CMYK00.570.930.00
HSL23.23º99.16%53.53%-
HSV(B)23.23º92.52%99.61%-
XYZ46.5732.274.39-
YUV142.6858.21207.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 66.32%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 19 (7.81% from 255) = 4.96%
R=66.32%
G=28.72%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541101900.570.930.0023.2399.1653.53
HexFE6E130395D0176336
Octal3761562307113502714366
Binary11111110110111010011011100110111010101111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6E13; }

 p { color: rgb(254,110,19); }

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

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

 a { background-color: rgb(254,110,19); }

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

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

 span { border-color: rgb(254,110,19); }

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