#F27815

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

Shades of Pumpkin #F27815

Tints of Pumpkin #F27815

Color information

#F27815 (or 0xF27815) is unknown color: approx Pumpkin. HEX triplet: F2, 78 and 15. RGB value is (242,120,21). Sum of RGB (Red+Green+Blue) = 242+120+21=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F27815 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27815 is #0D87EA. Grayscale: #919191. Windows color (decimal): -886763 or 1407218. OLE color: 1407218.

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

Color convert

RGB24212021-
CMYK00.500.910.05
HSL26.88º89.47%51.57%-
HSV(B)26.88º91.32%94.9%-
XYZ43.4732.364.67-
YUV145.1957.92197.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.19%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 21 (8.59% from 255) = 5.48%
R=63.19%
G=31.33%
B=5.48%

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
Decimal2421202100.500.910.0526.8889.4751.57
HexF278150325B51b5934
Octal3621702506213353313164
Binary1111001011110001010101100101011011101110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27815; }

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

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

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

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

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

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

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

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