Html Css Color HEX #FE8117 Pumpkin

📋 copy color: '#FE8117'

red 254 ◦ green 129 ◦ blue 23

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

Shades of Pumpkin #FE8117

Tints of Pumpkin #FE8117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.67%

R = 62.56%
G = 31.77%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE8117 (or 0xFE8117) is known color: Pumpkin. HEX triplet: FE, 81 and 17. RGB value is (254,129,23). Sum of RGB (Red+Green+Blue) = 254+129+23=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8117 is #017EE8. Grayscale: #9A9A9A. Windows color (decimal): -98025 or 1540606. OLE color: 1540606.

HSL color Cylindrical-coordinate representation of color #FE8117: hue angle of 27.53º 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 #FE8117 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 129 23 -
CMYK 0 0.49 0.91 0.00
HSL 27.53º 0.99% 0.54% -
HSV(B) 27.53º 0.91% 1% -
XYZ 48.88 36.83 5.34 -
YUV 154.29 53.91 199.12 -
System Red Green Blue C M Y K H S L
Decimal 254 129 23 0 0.49 0.91 0.00 27.53 0.99 0.54
Hex FE 81 17 0 31 5B 0 1C 63 36
Octal 376 201 27 0 61 133 0 34 143 66
Binary 11111110 10000001 10111 0 110001 1011011 0 11100 1100011 110110

Color Harmonies of #FE8117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8117

Black with #FE8117

Text Example


Text Example

White with #FE8117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8117; }

 p { color: rgb(254,129,23); }

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

background-color css

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

 a { background-color: rgb(254,129,23); }

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

border-color css

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

 span { border-color: rgb(254,129,23); }

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