Html Css Color HEX #F98227 Pumpkin

📋 copy color: '#F98227'

red 249 ◦ green 130 ◦ blue 39

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

Shades of Pumpkin #F98227

Tints of Pumpkin #F98227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.33%

R = 59.57%
G = 31.1%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F98227 (or 0xF98227) is known color: Pumpkin. HEX triplet: F9, 82 and 27. RGB value is (249,130,39). Sum of RGB (Red+Green+Blue) = 249+130+39=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F98227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98227 is #067DD8. Grayscale: #9B9B9B. Windows color (decimal): -425433 or 2589433. OLE color: 2589433.

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

Color convert

RGB 249 130 39 -
CMYK 0 0.48 0.84 0.02
HSL 26º 0.95% 0.56% -
HSV(B) 26º 0.84% 0.98% -
XYZ 47.42 36.25 6.42 -
YUV 155.21 62.42 194.9 -
System Red Green Blue C M Y K H S L
Decimal 249 130 39 0 0.48 0.84 0.02 26 0.95 0.56
Hex F9 82 27 0 30 54 2 1A 5F 38
Octal 371 202 47 0 60 124 2 32 137 70
Binary 11111001 10000010 100111 0 110000 1010100 10 11010 1011111 111000

Color Harmonies of #F98227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98227

Black with #F98227

Text Example


Text Example

White with #F98227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98227; }

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

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

background-color css

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

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

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

border-color css

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

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

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