Html Css Color HEX #FE811F Pumpkin

📋 copy color: '#FE811F'

red 254 ◦ green 129 ◦ blue 31

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

Shades of Pumpkin #FE811F

Tints of Pumpkin #FE811F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.49%

R = 61.35%
G = 31.16%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE811F (or 0xFE811F) is known color: Pumpkin. HEX triplet: FE, 81 and 1F. RGB value is (254,129,31). Sum of RGB (Red+Green+Blue) = 254+129+31=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE811F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE811F is #017EE0. Grayscale: #9B9B9B. Windows color (decimal): -98017 or 2064894. OLE color: 2064894.

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

Color convert

RGB 254 129 31 -
CMYK 0 0.49 0.88 0.00
HSL 26.37º 0.99% 0.56% -
HSV(B) 26.37º 0.88% 1% -
XYZ 48.97 36.87 5.83 -
YUV 155.2 57.91 198.47 -
System Red Green Blue C M Y K H S L
Decimal 254 129 31 0 0.49 0.88 0.00 26.37 0.99 0.56
Hex FE 81 1F 0 31 58 0 1A 63 38
Octal 376 201 37 0 61 130 0 32 143 70
Binary 11111110 10000001 11111 0 110001 1011000 0 11010 1100011 111000

Color Harmonies of #FE811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE811F

Black with #FE811F

Text Example


Text Example

White with #FE811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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