Html Css Color HEX #FE8121 Pumpkin

📋 copy color: '#FE8121'

red 254 ◦ green 129 ◦ blue 33

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

Shades of Pumpkin #FE8121

Tints of Pumpkin #FE8121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.93%

R = 61.06%
G = 31.01%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE8121 (or 0xFE8121) is known color: Pumpkin. HEX triplet: FE, 81 and 21. RGB value is (254,129,33). Sum of RGB (Red+Green+Blue) = 254+129+33=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8121 is #017EDE. Grayscale: #9B9B9B. Windows color (decimal): -98015 or 2195966. OLE color: 2195966.

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

Color convert

RGB 254 129 33 -
CMYK 0 0.49 0.87 0.00
HSL 26.06º 0.99% 0.56% -
HSV(B) 26.06º 0.87% 1% -
XYZ 49 36.88 5.98 -
YUV 155.43 58.91 198.31 -
System Red Green Blue C M Y K H S L
Decimal 254 129 33 0 0.49 0.87 0.00 26.06 0.99 0.56
Hex FE 81 21 0 31 57 0 1A 63 38
Octal 376 201 41 0 61 127 0 32 143 70
Binary 11111110 10000001 100001 0 110001 1010111 0 11010 1100011 111000

Color Harmonies of #FE8121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8121

Black with #FE8121

Text Example


Text Example

White with #FE8121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8121; }

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

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

background-color css

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

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

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

border-color css

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

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

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