Html Css Color HEX #F98115 Pumpkin

📋 copy color: '#F98115'

red 249 ◦ green 129 ◦ blue 21

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

Shades of Pumpkin #F98115

Tints of Pumpkin #F98115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.26%

R = 62.41%
G = 32.33%
B = 5.26%

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

#F98115 (or 0xF98115) is known color: Pumpkin. HEX triplet: F9, 81 and 15. RGB value is (249,129,21). Sum of RGB (Red+Green+Blue) = 249+129+21=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F98115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98115 is #067EEA. Grayscale: #999999. Windows color (decimal): -425707 or 1409529. OLE color: 1409529.

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

Color convert

RGB 249 129 21 -
CMYK 0 0.48 0.92 0.02
HSL 28.42º 0.95% 0.53% -
HSV(B) 28.42º 0.92% 0.98% -
XYZ 47.05 35.89 5.16 -
YUV 152.57 53.76 196.78 -
System Red Green Blue C M Y K H S L
Decimal 249 129 21 0 0.48 0.92 0.02 28.42 0.95 0.53
Hex F9 81 15 0 30 5C 2 1C 5F 35
Octal 371 201 25 0 60 134 2 34 137 65
Binary 11111001 10000001 10101 0 110000 1011100 10 11100 1011111 110101

Color Harmonies of #F98115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98115

Black with #F98115

Text Example


Text Example

White with #F98115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98115; }

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

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

background-color css

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

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

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

border-color css

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

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

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