#F16919

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

Shades of Pumpkin #F16919

Tints of Pumpkin #F16919

Color information

#F16919 (or 0xF16919) is unknown color: approx Pumpkin. HEX triplet: F1, 69 and 19. RGB value is (241,105,25). Sum of RGB (Red+Green+Blue) = 241+105+25=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F16919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16919 is #0E96E6. Grayscale: #898989. Windows color (decimal): -956135 or 1665521. OLE color: 1665521.

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

Color convert

RGB24110525-
CMYK00.560.900.05
HSL22.22º88.52%52.16%-
HSV(B)22.22º89.63%94.51%-
XYZ41.528.874.31-
YUV136.5465.06202.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.96%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 25 (10.16% from 255) = 6.74%
R=64.96%
G=28.30%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411052500.560.900.0522.2288.5252.16
HexF169190385A5165934
Octal3611513107013252613164
Binary1111000111010011100101110001011010101101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16919; }

 p { color: rgb(241,105,25); }

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

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

 a { background-color: rgb(241,105,25); }

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

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

 span { border-color: rgb(241,105,25); }

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