Html Css Color HEX #FE801B Pumpkin

📋 copy color: '#FE801B'

red 254 ◦ green 128 ◦ blue 27

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

Shades of Pumpkin #FE801B

Tints of Pumpkin #FE801B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.6%

R = 62.1%
G = 31.3%
B = 6.6%

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

#FE801B (or 0xFE801B) is known color: Pumpkin. HEX triplet: FE, 80 and 1B. RGB value is (254,128,27). Sum of RGB (Red+Green+Blue) = 254+128+27=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE801B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE801B is #017FE4. Grayscale: #9A9A9A. Windows color (decimal): -98277 or 1802494. OLE color: 1802494.

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

Color convert

RGB 254 128 27 -
CMYK 0 0.50 0.89 0.00
HSL 26.7º 0.99% 0.55% -
HSV(B) 26.7º 0.89% 1% -
XYZ 48.79 36.59 5.53 -
YUV 154.16 56.24 199.21 -
System Red Green Blue C M Y K H S L
Decimal 254 128 27 0 0.50 0.89 0.00 26.7 0.99 0.55
Hex FE 80 1B 0 32 59 0 1B 63 37
Octal 376 200 33 0 62 131 0 33 143 67
Binary 11111110 10000000 11011 0 110010 1011001 0 11011 1100011 110111

Color Harmonies of #FE801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE801B

Black with #FE801B

Text Example


Text Example

White with #FE801B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE801B; }

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

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

background-color css

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

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

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

border-color css

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

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

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