#FE6C0F

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

Shades of Pumpkin #FE6C0F

Tints of Pumpkin #FE6C0F

Color information

#FE6C0F (or 0xFE6C0F) is unknown color: approx Pumpkin. HEX triplet: FE, 6C and 0F. RGB value is (254,108,15). Sum of RGB (Red+Green+Blue) = 254+108+15=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6C0F is #0193F0. Grayscale: #8D8D8D. Windows color (decimal): -103409 or 1010942. OLE color: 1010942.

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

Color convert

RGB25410815-
CMYK00.570.940.00
HSL23.35º99.17%52.75%-
HSV(B)23.35º94.09%99.61%-
XYZ46.3231.834.15-
YUV141.0556.87208.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.37%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 15 (6.25% from 255) = 3.98%
R=67.37%
G=28.65%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541081500.570.940.0023.3599.1752.75
HexFE6CF0395E0176335
Octal3761541707113602714365
Binary1111111011011001111011100110111100101111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6C0F; }

 p { color: rgb(254,108,15); }

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

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

 a { background-color: rgb(254,108,15); }

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

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

 span { border-color: rgb(254,108,15); }

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