Html Css Color HEX #F98211 Pumpkin

📋 copy color: '#F98211'

red 249 ◦ green 130 ◦ blue 17

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

Shades of Pumpkin #F98211

Tints of Pumpkin #F98211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.29%

R = 62.88%
G = 32.83%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F98211 (or 0xF98211) is known color: Pumpkin. HEX triplet: F9, 82 and 11. RGB value is (249,130,17). Sum of RGB (Red+Green+Blue) = 249+130+17=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F98211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98211 is #067DEE. Grayscale: #999999. Windows color (decimal): -425455 or 1147641. OLE color: 1147641.

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

Color convert

RGB 249 130 17 -
CMYK 0 0.48 0.93 0.02
HSL 29.22º 0.95% 0.52% -
HSV(B) 29.22º 0.93% 0.98% -
XYZ 47.15 36.15 5.02 -
YUV 152.7 51.42 196.69 -
System Red Green Blue C M Y K H S L
Decimal 249 130 17 0 0.48 0.93 0.02 29.22 0.95 0.52
Hex F9 82 11 0 30 5D 2 1D 5F 34
Octal 371 202 21 0 60 135 2 35 137 64
Binary 11111001 10000010 10001 0 110000 1011101 10 11101 1011111 110100

Color Harmonies of #F98211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98211

Black with #F98211

Text Example


Text Example

White with #F98211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98211; }

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

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

background-color css

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

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

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

border-color css

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

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

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