#F98212

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

Shades of Pumpkin #F98212

Tints of Pumpkin #F98212

Color information

#F98212 (or 0xF98212) is unknown color: approx Pumpkin. HEX triplet: F9, 82 and 12. RGB value is (249,130,18). Sum of RGB (Red+Green+Blue) = 249+130+18=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F98212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98212 is #067DED. Grayscale: #999999. Windows color (decimal): -425454 or 1213177. OLE color: 1213177.

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

Color convert

RGB24913018-
CMYK00.480.930.02
HSL29.09º95.06%52.35%-
HSV(B)29.09º92.77%97.65%-
XYZ47.1636.155.06-
YUV152.8151.92196.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.72%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 18 (7.42% from 255) = 4.53%
R=62.72%
G=32.75%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491301800.480.930.0229.0995.0652.35
HexF982120305D21d5f34
Octal3712022206013523513764
Binary1111100110000010100100110000101110110111011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98212; }

 p { color: rgb(249,130,18); }

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

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

 a { background-color: rgb(249,130,18); }

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

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

 span { border-color: rgb(249,130,18); }

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