#F96015

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

Shades of Pumpkin #F96015

Tints of Pumpkin #F96015

Color information

#F96015 (or 0xF96015) is unknown color: approx Pumpkin. HEX triplet: F9, 60 and 15. RGB value is (249,96,21). Sum of RGB (Red+Green+Blue) = 249+96+21=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F96015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96015 is #069FEA. Grayscale: #858585. Windows color (decimal): -434155 or 1401081. OLE color: 1401081.

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

Color convert

RGB2499621-
CMYK00.610.920.02
HSL19.74º95%52.94%-
HSV(B)19.74º91.57%97.65%-
XYZ43.3928.563.94-
YUV133.264.69210.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 68.03%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 21 (8.59% from 255) = 5.74%
R=68.03%
G=26.23%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249962100.610.920.0219.749552.94
HexF9601503D5C2145f35
Octal3711402507513422413765
Binary111110011100000101010111101101110010101001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96015; }

 p { color: rgb(249,96,21); }

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

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

 a { background-color: rgb(249,96,21); }

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

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

 span { border-color: rgb(249,96,21); }

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