Html Css Color HEX #F98213 Pumpkin

📋 copy color: '#F98213'

red 249 ◦ green 130 ◦ blue 19

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

Shades of Pumpkin #F98213

Tints of Pumpkin #F98213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 62.56%
G = 32.66%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F98213 (or 0xF98213) is known color: Pumpkin. HEX triplet: F9, 82 and 13. RGB value is (249,130,19). Sum of RGB (Red+Green+Blue) = 249+130+19=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F98213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98213 is #067DEC. Grayscale: #999999. Windows color (decimal): -425453 or 1278713. OLE color: 1278713.

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

Color convert

RGB 249 130 19 -
CMYK 0 0.48 0.92 0.02
HSL 28.96º 0.95% 0.53% -
HSV(B) 28.96º 0.92% 0.98% -
XYZ 47.17 36.15 5.11 -
YUV 152.93 52.42 196.53 -
System Red Green Blue C M Y K H S L
Decimal 249 130 19 0 0.48 0.92 0.02 28.96 0.95 0.53
Hex F9 82 13 0 30 5C 2 1D 5F 35
Octal 371 202 23 0 60 134 2 35 137 65
Binary 11111001 10000010 10011 0 110000 1011100 10 11101 1011111 110101

Color Harmonies of #F98213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98213

Black with #F98213

Text Example


Text Example

White with #F98213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98213; }

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

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

background-color css

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

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

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

border-color css

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

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

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