Html Css Color HEX #F8821E Pumpkin

📋 copy color: '#F8821E'

red 248 ◦ green 130 ◦ blue 30

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

Shades of Pumpkin #F8821E

Tints of Pumpkin #F8821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.35%

R = 60.78%
G = 31.86%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8821E (or 0xF8821E) is known color: Pumpkin. HEX triplet: F8, 82 and 1E. RGB value is (248,130,30). Sum of RGB (Red+Green+Blue) = 248+130+30=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8821E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8821E is #077DE1. Grayscale: #9A9A9A. Windows color (decimal): -490978 or 1999608. OLE color: 1999608.

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

Color convert

RGB 248 130 30 -
CMYK 0 0.48 0.88 0.03
HSL 27.52º 0.94% 0.55% -
HSV(B) 27.52º 0.88% 0.97% -
XYZ 46.93 36.02 5.71 -
YUV 153.88 58.09 195.13 -
System Red Green Blue C M Y K H S L
Decimal 248 130 30 0 0.48 0.88 0.03 27.52 0.94 0.55
Hex F8 82 1E 0 30 58 3 1C 5E 37
Octal 370 202 36 0 60 130 3 34 136 67
Binary 11111000 10000010 11110 0 110000 1011000 11 11100 1011110 110111

Color Harmonies of #F8821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8821E

Black with #F8821E

Text Example


Text Example

White with #F8821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8821E; }

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

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

background-color css

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

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

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

border-color css

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

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

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