#F27E13

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

Shades of Pumpkin #F27E13

Tints of Pumpkin #F27E13

Color information

#F27E13 (or 0xF27E13) is unknown color: approx Pumpkin. HEX triplet: F2, 7E and 13. RGB value is (242,126,19). Sum of RGB (Red+Green+Blue) = 242+126+19=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27E13 is #0D81EC. Grayscale: #959595. Windows color (decimal): -885229 or 1277682. OLE color: 1277682.

HSL color Cylindrical-coordinate representation of color #F27E13: hue angle of 28.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F27E13 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB24212619-
CMYK00.480.920.05
HSL28.79º89.56%51.18%-
HSV(B)28.79º92.15%94.9%-
XYZ44.233.854.82-
YUV148.4954.93194.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.53%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 19 (7.81% from 255) = 4.91%
R=62.53%
G=32.56%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421261900.480.920.0528.7989.5651.18
HexF27E130305C51d5a33
Octal3621762306013453513263
Binary1111001011111101001101100001011100101111011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27E13; }

 p { color: rgb(242,126,19); }

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

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

 a { background-color: rgb(242,126,19); }

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

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

 span { border-color: rgb(242,126,19); }

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