Html Css Color HEX #F8821C Pumpkin

📋 copy color: '#F8821C'

red 248 ◦ green 130 ◦ blue 28

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

Shades of Pumpkin #F8821C

Tints of Pumpkin #F8821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.9%

R = 61.08%
G = 32.02%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8821C (or 0xF8821C) is known color: Pumpkin. HEX triplet: F8, 82 and 1C. RGB value is (248,130,28). Sum of RGB (Red+Green+Blue) = 248+130+28=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8821C is #077DE3. Grayscale: #9A9A9A. Windows color (decimal): -490980 or 1868536. OLE color: 1868536.

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

Color convert

RGB 248 130 28 -
CMYK 0 0.48 0.89 0.03
HSL 27.82º 0.94% 0.54% -
HSV(B) 27.82º 0.89% 0.97% -
XYZ 46.9 36.01 5.58 -
YUV 153.65 57.09 195.29 -
System Red Green Blue C M Y K H S L
Decimal 248 130 28 0 0.48 0.89 0.03 27.82 0.94 0.54
Hex F8 82 1C 0 30 59 3 1C 5E 36
Octal 370 202 34 0 60 131 3 34 136 66
Binary 11111000 10000010 11100 0 110000 1011001 11 11100 1011110 110110

Color Harmonies of #F8821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8821C

Black with #F8821C

Text Example


Text Example

White with #F8821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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