Html Css Color HEX #FE8516 Pumpkin

📋 copy color: '#FE8516'

red 254 ◦ green 133 ◦ blue 22

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

Shades of Pumpkin #FE8516

Tints of Pumpkin #FE8516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

 BLUE value IS 22 (8.98% from 255) = 5.38%

R = 62.1%
G = 32.52%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE8516 (or 0xFE8516) is known color: Pumpkin. HEX triplet: FE, 85 and 16. RGB value is (254,133,22). Sum of RGB (Red+Green+Blue) = 254+133+22=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8516 is #017AE9. Grayscale: #9D9D9D. Windows color (decimal): -97002 or 1476094. OLE color: 1476094.

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

Color convert

RGB 254 133 22 -
CMYK 0 0.48 0.91 0.00
HSL 28.71º 0.99% 0.54% -
HSV(B) 28.71º 0.91% 1% -
XYZ 49.41 37.9 5.47 -
YUV 156.53 52.09 197.53 -
System Red Green Blue C M Y K H S L
Decimal 254 133 22 0 0.48 0.91 0.00 28.71 0.99 0.54
Hex FE 85 16 0 30 5B 0 1D 63 36
Octal 376 205 26 0 60 133 0 35 143 66
Binary 11111110 10000101 10110 0 110000 1011011 0 11101 1100011 110110

Color Harmonies of #FE8516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8516

Black with #FE8516

Text Example


Text Example

White with #FE8516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8516; }

 p { color: rgb(254,133,22); }

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

background-color css

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

 a { background-color: rgb(254,133,22); }

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

border-color css

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

 span { border-color: rgb(254,133,22); }

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