#F27915

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

Shades of Pumpkin #F27915

Tints of Pumpkin #F27915

Color information

#F27915 (or 0xF27915) is unknown color: approx Pumpkin. HEX triplet: F2, 79 and 15. RGB value is (242,121,21). Sum of RGB (Red+Green+Blue) = 242+121+21=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F27915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27915 is #0D86EA. Grayscale: #929292. Windows color (decimal): -886507 or 1407474. OLE color: 1407474.

HSL color Cylindrical-coordinate representation of color #F27915: hue angle of 27.15º 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 #F27915 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB24212121-
CMYK00.500.910.05
HSL27.15º89.47%51.57%-
HSV(B)27.15º91.32%94.9%-
XYZ43.5932.614.71-
YUV145.7857.59196.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.02%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 21 (8.59% from 255) = 5.47%
R=63.02%
G=31.51%
B=5.47%

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
Decimal2421212100.500.910.0527.1589.4751.57
HexF279150325B51b5934
Octal3621712506213353313164
Binary1111001011110011010101100101011011101110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27915; }

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

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

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

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

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

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

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

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