Html Css Color HEX #FE811C Pumpkin

📋 copy color: '#FE811C'

red 254 ◦ green 129 ◦ blue 28

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

Shades of Pumpkin #FE811C

Tints of Pumpkin #FE811C

RGB

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

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

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

R = 61.8%
G = 31.39%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE811C (or 0xFE811C) is known color: Pumpkin. HEX triplet: FE, 81 and 1C. RGB value is (254,129,28). Sum of RGB (Red+Green+Blue) = 254+129+28=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE811C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE811C is #017EE3. Grayscale: #9B9B9B. Windows color (decimal): -98020 or 1868286. OLE color: 1868286.

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

Color convert

RGB 254 129 28 -
CMYK 0 0.49 0.89 0.00
HSL 26.81º 0.99% 0.55% -
HSV(B) 26.81º 0.89% 1% -
XYZ 48.93 36.86 5.63 -
YUV 154.86 56.41 198.71 -
System Red Green Blue C M Y K H S L
Decimal 254 129 28 0 0.49 0.89 0.00 26.81 0.99 0.55
Hex FE 81 1C 0 31 59 0 1B 63 37
Octal 376 201 34 0 61 131 0 33 143 67
Binary 11111110 10000001 11100 0 110001 1011001 0 11011 1100011 110111

Color Harmonies of #FE811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE811C

Black with #FE811C

Text Example


Text Example

White with #FE811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE811C; }

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

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

background-color css

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

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

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

border-color css

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

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

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