Html Css Color HEX #FE8119 Pumpkin

📋 copy color: '#FE8119'

red 254 ◦ green 129 ◦ blue 25

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

Shades of Pumpkin #FE8119

Tints of Pumpkin #FE8119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.13%

R = 62.25%
G = 31.62%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE8119 (or 0xFE8119) is known color: Pumpkin. HEX triplet: FE, 81 and 19. RGB value is (254,129,25). Sum of RGB (Red+Green+Blue) = 254+129+25=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8119 is #017EE6. Grayscale: #9B9B9B. Windows color (decimal): -98023 or 1671678. OLE color: 1671678.

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

Color convert

RGB 254 129 25 -
CMYK 0 0.49 0.90 0.00
HSL 27.25º 0.99% 0.55% -
HSV(B) 27.25º 0.9% 1% -
XYZ 48.9 36.84 5.45 -
YUV 154.52 54.91 198.96 -
System Red Green Blue C M Y K H S L
Decimal 254 129 25 0 0.49 0.90 0.00 27.25 0.99 0.55
Hex FE 81 19 0 31 5A 0 1B 63 37
Octal 376 201 31 0 61 132 0 33 143 67
Binary 11111110 10000001 11001 0 110001 1011010 0 11011 1100011 110111

Color Harmonies of #FE8119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8119

Black with #FE8119

Text Example


Text Example

White with #FE8119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8119; }

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

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

background-color css

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

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

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

border-color css

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

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

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