#F96A18

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

Shades of Pumpkin #F96A18

Tints of Pumpkin #F96A18

Color information

#F96A18 (or 0xF96A18) is unknown color: approx Pumpkin. HEX triplet: F9, 6A and 18. RGB value is (249,106,24). Sum of RGB (Red+Green+Blue) = 249+106+24=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96A18 is #0695E7. Grayscale: #8B8B8B. Windows color (decimal): -431592 or 1600249. OLE color: 1600249.

HSL color Cylindrical-coordinate representation of color #F96A18: hue angle of 21.87º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F96A18 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB24910624-
CMYK00.570.900.02
HSL21.87º94.94%53.53%-
HSV(B)21.87º90.36%97.65%-
XYZ44.3930.514.41-
YUV139.4162.88206.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.70%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 24 (9.77% from 255) = 6.33%
R=65.70%
G=27.97%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491062400.570.900.0221.8794.9453.53
HexF96A180395A2165f36
Octal3711523007113222613766
Binary111110011101010110000111001101101010101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96A18; }

 p { color: rgb(249,106,24); }

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

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

 a { background-color: rgb(249,106,24); }

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

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

 span { border-color: rgb(249,106,24); }

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