Html Css Color HEX #F98120 Pumpkin

📋 copy color: '#F98120'

red 249 ◦ green 129 ◦ blue 32

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

Shades of Pumpkin #F98120

Tints of Pumpkin #F98120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.46%

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

R = 60.73%
G = 31.46%
B = 7.8%

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

#F98120 (or 0xF98120) is known color: Pumpkin. HEX triplet: F9, 81 and 20. RGB value is (249,129,32). Sum of RGB (Red+Green+Blue) = 249+129+32=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F98120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98120 is #067EDF. Grayscale: #9A9A9A. Windows color (decimal): -425696 or 2130425. OLE color: 2130425.

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

Color convert

RGB 249 129 32 -
CMYK 0 0.48 0.87 0.02
HSL 26.82º 0.95% 0.55% -
HSV(B) 26.82º 0.87% 0.98% -
XYZ 47.18 35.94 5.82 -
YUV 153.82 59.26 195.89 -
System Red Green Blue C M Y K H S L
Decimal 249 129 32 0 0.48 0.87 0.02 26.82 0.95 0.55
Hex F9 81 20 0 30 57 2 1B 5F 37
Octal 371 201 40 0 60 127 2 33 137 67
Binary 11111001 10000001 100000 0 110000 1010111 10 11011 1011111 110111

Color Harmonies of #F98120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98120

Black with #F98120

Text Example


Text Example

White with #F98120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98120; }

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

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

background-color css

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

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

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

border-color css

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

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

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