Html Css Color HEX #F98220 Pumpkin

📋 copy color: '#F98220'

red 249 ◦ green 130 ◦ blue 32

#F98220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumpkin #F98220

Tints of Pumpkin #F98220

RGB

 RED value IS 249 (97.66% from 255) = 60.58%

 GREEN value IS 130 (51.17% from 255) = 31.63%

 BLUE value IS 32 (12.89% from 255) = 7.79%

R = 60.58%
G = 31.63%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F98220 (or 0xF98220) is known color: Pumpkin. HEX triplet: F9, 82 and 20. RGB value is (249,130,32). Sum of RGB (Red+Green+Blue) = 249+130+32=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F98220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98220 is #067DDF. Grayscale: #9A9A9A. Windows color (decimal): -425440 or 2130681. OLE color: 2130681.

HSL color Cylindrical-coordinate representation of color #F98220: hue angle of 27.1º 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 #F98220 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 32 -
CMYK 0 0.48 0.87 0.02
HSL 27.1º 0.95% 0.55% -
HSV(B) 27.1º 0.87% 0.98% -
XYZ 47.31 36.21 5.86 -
YUV 154.41 58.92 195.47 -
System Red Green Blue C M Y K H S L
Decimal 249 130 32 0 0.48 0.87 0.02 27.1 0.95 0.55
Hex F9 82 20 0 30 57 2 1B 5F 37
Octal 371 202 40 0 60 127 2 33 137 67
Binary 11111001 10000010 100000 0 110000 1010111 10 11011 1011111 110111

Color Harmonies of #F98220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98220

Black with #F98220

Text Example


Text Example

White with #F98220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98220; }

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

 H1.HeaderClassName
 {
   color: #F98220;
 }
 .AnyTagClassName
 {
   color: #F98220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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