Html Css Color HEX #FE8211 Pumpkin

📋 copy color: '#FE8211'

red 254 ◦ green 130 ◦ blue 17

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

Shades of Pumpkin #FE8211

Tints of Pumpkin #FE8211

RGB

 RED value IS 254 (99.61% from 255) = 63.34%

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

 BLUE value IS 17 (7.03% from 255) = 4.24%

R = 63.34%
G = 32.42%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE8211 (or 0xFE8211) is known color: Pumpkin. HEX triplet: FE, 82 and 11. RGB value is (254,130,17). Sum of RGB (Red+Green+Blue) = 254+130+17=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8211 is #017DEE. Grayscale: #9A9A9A. Windows color (decimal): -97775 or 1147646. OLE color: 1147646.

HSL color Cylindrical-coordinate representation of color #FE8211: hue angle of 28.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE8211 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 130 17 -
CMYK 0 0.49 0.93 0.00
HSL 28.61º 0.99% 0.53% -
HSV(B) 28.61º 0.93% 1% -
XYZ 48.96 37.08 5.11 -
YUV 154.19 50.58 199.19 -
System Red Green Blue C M Y K H S L
Decimal 254 130 17 0 0.49 0.93 0.00 28.61 0.99 0.53
Hex FE 82 11 0 31 5D 0 1D 63 35
Octal 376 202 21 0 61 135 0 35 143 65
Binary 11111110 10000010 10001 0 110001 1011101 0 11101 1100011 110101

Color Harmonies of #FE8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8211

Black with #FE8211

Text Example


Text Example

White with #FE8211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8211; }

 p { color: rgb(254,130,17); }

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

background-color css

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

 a { background-color: rgb(254,130,17); }

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

border-color css

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

 span { border-color: rgb(254,130,17); }

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