Html Css Color HEX #F8811D Pumpkin

📋 copy color: '#F8811D'

red 248 ◦ green 129 ◦ blue 29

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

Shades of Pumpkin #F8811D

Tints of Pumpkin #F8811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.77%

 BLUE value IS 29 (11.72% from 255) = 7.14%

R = 61.08%
G = 31.77%
B = 7.14%

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

#F8811D (or 0xF8811D) is known color: Pumpkin. HEX triplet: F8, 81 and 1D. RGB value is (248,129,29). Sum of RGB (Red+Green+Blue) = 248+129+29=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8811D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8811D is #077EE2. Grayscale: #999999. Windows color (decimal): -491235 or 1933816. OLE color: 1933816.

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

Color convert

RGB 248 129 29 -
CMYK 0 0.48 0.88 0.03
HSL 27.4º 0.94% 0.54% -
HSV(B) 27.4º 0.88% 0.97% -
XYZ 46.78 35.75 5.6 -
YUV 153.18 57.92 195.63 -
System Red Green Blue C M Y K H S L
Decimal 248 129 29 0 0.48 0.88 0.03 27.4 0.94 0.54
Hex F8 81 1D 0 30 58 3 1B 5E 36
Octal 370 201 35 0 60 130 3 33 136 66
Binary 11111000 10000001 11101 0 110000 1011000 11 11011 1011110 110110

Color Harmonies of #F8811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8811D

Black with #F8811D

Text Example


Text Example

White with #F8811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8811D; }

 p { color: rgb(248,129,29); }

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

background-color css

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

 a { background-color: rgb(248,129,29); }

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

border-color css

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

 span { border-color: rgb(248,129,29); }

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