#F98316

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

Shades of Pumpkin #F98316

Tints of Pumpkin #F98316

Color information

#F98316 (or 0xF98316) is unknown color: approx Pumpkin. HEX triplet: F9, 83 and 16. RGB value is (249,131,22). Sum of RGB (Red+Green+Blue) = 249+131+22=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F98316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98316 is #067CE9. Grayscale: #9A9A9A. Windows color (decimal): -425194 or 1475577. OLE color: 1475577.

HSL color Cylindrical-coordinate representation of color #F98316: hue angle of 28.81º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F98316 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB24913122-
CMYK00.470.910.02
HSL28.81º94.98%53.14%-
HSV(B)28.81º91.16%97.65%-
XYZ47.3336.435.3-
YUV153.8653.59195.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.94%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 22 (8.98% from 255) = 5.47%
R=61.94%
G=32.59%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491312200.470.910.0228.8194.9853.14
HexF9831602F5B21d5f35
Octal3712032605713323513765
Binary1111100110000011101100101111101101110111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98316; }

 p { color: rgb(249,131,22); }

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

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

 a { background-color: rgb(249,131,22); }

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

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

 span { border-color: rgb(249,131,22); }

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