#F27A15

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

Shades of Pumpkin #F27A15

Tints of Pumpkin #F27A15

Color information

#F27A15 (or 0xF27A15) is unknown color: approx Pumpkin. HEX triplet: F2, 7A and 15. RGB value is (242,122,21). Sum of RGB (Red+Green+Blue) = 242+122+21=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27A15 is #0D85EA. Grayscale: #929292. Windows color (decimal): -886251 or 1407730. OLE color: 1407730.

HSL color Cylindrical-coordinate representation of color #F27A15: hue angle of 27.42º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F27A15 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB24212221-
CMYK00.500.910.05
HSL27.42º89.47%51.57%-
HSV(B)27.42º91.32%94.9%-
XYZ43.7132.854.75-
YUV146.3757.26196.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.86%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 21 (8.59% from 255) = 5.45%
R=62.86%
G=31.69%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421222100.500.910.0527.4289.4751.57
HexF27A150325B51b5934
Octal3621722506213353313164
Binary1111001011110101010101100101011011101110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27A15; }

 p { color: rgb(242,122,21); }

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

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

 a { background-color: rgb(242,122,21); }

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

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

 span { border-color: rgb(242,122,21); }

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