Html Css Color HEX #F88224 Pumpkin

📋 copy color: '#F88224'

red 248 ◦ green 130 ◦ blue 36

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

Shades of Pumpkin #F88224

Tints of Pumpkin #F88224

RGB

 RED value IS 248 (97.27% from 255) = 59.9%

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

 BLUE value IS 36 (14.45% from 255) = 8.7%

R = 59.9%
G = 31.4%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F88224 (or 0xF88224) is known color: Pumpkin. HEX triplet: F8, 82 and 24. RGB value is (248,130,36). Sum of RGB (Red+Green+Blue) = 248+130+36=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F88224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88224 is #077DDB. Grayscale: #9B9B9B. Windows color (decimal): -490972 or 2392824. OLE color: 2392824.

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

Color convert

RGB 248 130 36 -
CMYK 0 0.48 0.85 0.03
HSL 26.6º 0.94% 0.56% -
HSV(B) 26.6º 0.85% 0.97% -
XYZ 47.01 36.05 6.15 -
YUV 154.57 61.09 194.64 -
System Red Green Blue C M Y K H S L
Decimal 248 130 36 0 0.48 0.85 0.03 26.6 0.94 0.56
Hex F8 82 24 0 30 55 3 1B 5E 38
Octal 370 202 44 0 60 125 3 33 136 70
Binary 11111000 10000010 100100 0 110000 1010101 11 11011 1011110 111000

Color Harmonies of #F88224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88224

Black with #F88224

Text Example


Text Example

White with #F88224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88224; }

 p { color: rgb(248,130,36); }

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

background-color css

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

 a { background-color: rgb(248,130,36); }

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

border-color css

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

 span { border-color: rgb(248,130,36); }

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