#f96621

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

Shades of Pumpkin #F96621

Tints of Pumpkin #F96621

Color information

#F96621 (or 0xF96621) is unknown color: approx Pumpkin. HEX triplet: F9, 66 and 21. RGB value is (249,102,33). Sum of RGB (Red+Green+Blue) = 249+102+33=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F96621 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96621 is #0699DE. Grayscale: #8A8A8A. Windows color (decimal): -432607 or 2189049. OLE color: 2189049.

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

Color convert

RGB24910233-
CMYK00.590.870.02
HSL19.17º94.74%55.29%-
HSV(B)19.17º86.75%97.65%-
XYZ44.0929.754.86-
YUV138.0968.7207.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 64.84%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 33 (13.28% from 255) = 8.59%
R=64.84%
G=26.56%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491023300.590.870.0219.1794.7455.29
HexF9662103B572135f37
Octal3711464107312722313767
Binary1111100111001101000010111011101011110100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f96621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f96621; }

 p { color: rgb(249,102,33); }

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

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

 a { background-color: rgb(249,102,33); }

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

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

 span { border-color: rgb(249,102,33); }

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