Html Css Color HEX #FE801C Pumpkin

📋 copy color: '#FE801C'

red 254 ◦ green 128 ◦ blue 28

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

Shades of Pumpkin #FE801C

Tints of Pumpkin #FE801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.22%

 BLUE value IS 28 (11.33% from 255) = 6.83%

R = 61.95%
G = 31.22%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE801C (or 0xFE801C) is known color: Pumpkin. HEX triplet: FE, 80 and 1C. RGB value is (254,128,28). Sum of RGB (Red+Green+Blue) = 254+128+28=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE801C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE801C is #017FE3. Grayscale: #9A9A9A. Windows color (decimal): -98276 or 1868030. OLE color: 1868030.

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

Color convert

RGB 254 128 28 -
CMYK 0 0.50 0.89 0.00
HSL 26.55º 0.99% 0.55% -
HSV(B) 26.55º 0.89% 1% -
XYZ 48.8 36.59 5.59 -
YUV 154.27 56.74 199.13 -
System Red Green Blue C M Y K H S L
Decimal 254 128 28 0 0.50 0.89 0.00 26.55 0.99 0.55
Hex FE 80 1C 0 32 59 0 1B 63 37
Octal 376 200 34 0 62 131 0 33 143 67
Binary 11111110 10000000 11100 0 110010 1011001 0 11011 1100011 110111

Color Harmonies of #FE801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE801C

Black with #FE801C

Text Example


Text Example

White with #FE801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE801C; }

 p { color: rgb(254,128,28); }

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

background-color css

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

 a { background-color: rgb(254,128,28); }

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

border-color css

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

 span { border-color: rgb(254,128,28); }

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