#F16618

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

Shades of Pumpkin #F16618

Tints of Pumpkin #F16618

Color information

#F16618 (or 0xF16618) is unknown color: approx Pumpkin. HEX triplet: F1, 66 and 18. RGB value is (241,102,24). Sum of RGB (Red+Green+Blue) = 241+102+24=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F16618 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16618 is #0E99E7. Grayscale: #878787. Windows color (decimal): -956904 or 1599217. OLE color: 1599217.

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

Color convert

RGB24110224-
CMYK00.580.900.05
HSL21.57º88.57%51.96%-
HSV(B)21.57º90.04%94.51%-
XYZ41.1928.274.15-
YUV134.6765.55203.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.67%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 24 (9.77% from 255) = 6.54%
R=65.67%
G=27.79%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411022400.580.900.0521.5788.5751.96
HexF1661803A5A5165934
Octal3611463007213252613164
Binary1111000111001101100001110101011010101101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16618; }

 p { color: rgb(241,102,24); }

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

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

 a { background-color: rgb(241,102,24); }

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

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

 span { border-color: rgb(241,102,24); }

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