Html Css Color HEX #FE8421 Pumpkin

📋 copy color: '#FE8421'

red 254 ◦ green 132 ◦ blue 33

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

Shades of Pumpkin #FE8421

Tints of Pumpkin #FE8421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.5%

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

R = 60.62%
G = 31.5%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE8421 (or 0xFE8421) is known color: Pumpkin. HEX triplet: FE, 84 and 21. RGB value is (254,132,33). Sum of RGB (Red+Green+Blue) = 254+132+33=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8421 is #017BDE. Grayscale: #9D9D9D. Windows color (decimal): -97247 or 2196734. OLE color: 2196734.

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

Color convert

RGB 254 132 33 -
CMYK 0 0.48 0.87 0.00
HSL 26.88º 0.99% 0.56% -
HSV(B) 26.88º 0.87% 1% -
XYZ 49.4 37.68 6.11 -
YUV 157.19 57.92 197.05 -
System Red Green Blue C M Y K H S L
Decimal 254 132 33 0 0.48 0.87 0.00 26.88 0.99 0.56
Hex FE 84 21 0 30 57 0 1B 63 38
Octal 376 204 41 0 60 127 0 33 143 70
Binary 11111110 10000100 100001 0 110000 1010111 0 11011 1100011 111000

Color Harmonies of #FE8421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8421

Black with #FE8421

Text Example


Text Example

White with #FE8421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8421; }

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

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

background-color css

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

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

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

border-color css

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

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

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