Html Css Color HEX #F98225 Pumpkin

📋 copy color: '#F98225'

red 249 ◦ green 130 ◦ blue 37

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

Shades of Pumpkin #F98225

Tints of Pumpkin #F98225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.89%

R = 59.86%
G = 31.25%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F98225 (or 0xF98225) is known color: Pumpkin. HEX triplet: F9, 82 and 25. RGB value is (249,130,37). Sum of RGB (Red+Green+Blue) = 249+130+37=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F98225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98225 is #067DDA. Grayscale: #9B9B9B. Windows color (decimal): -425435 or 2458361. OLE color: 2458361.

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

Color convert

RGB 249 130 37 -
CMYK 0 0.48 0.85 0.02
HSL 26.32º 0.95% 0.56% -
HSV(B) 26.32º 0.85% 0.98% -
XYZ 47.38 36.24 6.25 -
YUV 154.98 61.42 195.06 -
System Red Green Blue C M Y K H S L
Decimal 249 130 37 0 0.48 0.85 0.02 26.32 0.95 0.56
Hex F9 82 25 0 30 55 2 1A 5F 38
Octal 371 202 45 0 60 125 2 32 137 70
Binary 11111001 10000010 100101 0 110000 1010101 10 11010 1011111 111000

Color Harmonies of #F98225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98225

Black with #F98225

Text Example


Text Example

White with #F98225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98225; }

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

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

background-color css

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

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

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

border-color css

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

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

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