Html Css Color HEX #F98020 Pumpkin

📋 copy color: '#F98020'

red 249 ◦ green 128 ◦ blue 32

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

Shades of Pumpkin #F98020

Tints of Pumpkin #F98020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

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

R = 60.88%
G = 31.3%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F98020 (or 0xF98020) is known color: Pumpkin. HEX triplet: F9, 80 and 20. RGB value is (249,128,32). Sum of RGB (Red+Green+Blue) = 249+128+32=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F98020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98020 is #067FDF. Grayscale: #999999. Windows color (decimal): -425952 or 2130169. OLE color: 2130169.

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

Color convert

RGB 249 128 32 -
CMYK 0 0.49 0.87 0.02
HSL 26.54º 0.95% 0.55% -
HSV(B) 26.54º 0.87% 0.98% -
XYZ 47.05 35.68 5.77 -
YUV 153.24 59.59 196.31 -
System Red Green Blue C M Y K H S L
Decimal 249 128 32 0 0.49 0.87 0.02 26.54 0.95 0.55
Hex F9 80 20 0 31 57 2 1B 5F 37
Octal 371 200 40 0 61 127 2 33 137 67
Binary 11111001 10000000 100000 0 110001 1010111 10 11011 1011111 110111

Color Harmonies of #F98020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98020

Black with #F98020

Text Example


Text Example

White with #F98020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98020; }

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

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

background-color css

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

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

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

border-color css

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

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

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