Html Css Color HEX #FE831D Pumpkin

📋 copy color: '#FE831D'

red 254 ◦ green 131 ◦ blue 29

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

Shades of Pumpkin #FE831D

Tints of Pumpkin #FE831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

 BLUE value IS 29 (11.72% from 255) = 7%

R = 61.35%
G = 31.64%
B = 7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE831D (or 0xFE831D) is known color: Pumpkin. HEX triplet: FE, 83 and 1D. RGB value is (254,131,29). Sum of RGB (Red+Green+Blue) = 254+131+29=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE831D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE831D is #017CE2. Grayscale: #9C9C9C. Windows color (decimal): -97507 or 1934334. OLE color: 1934334.

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

Color convert

RGB 254 131 29 -
CMYK 0 0.48 0.89 0.00
HSL 27.2º 0.99% 0.55% -
HSV(B) 27.2º 0.89% 1% -
XYZ 49.21 37.39 5.79 -
YUV 156.15 56.25 197.79 -
System Red Green Blue C M Y K H S L
Decimal 254 131 29 0 0.48 0.89 0.00 27.2 0.99 0.55
Hex FE 83 1D 0 30 59 0 1B 63 37
Octal 376 203 35 0 60 131 0 33 143 67
Binary 11111110 10000011 11101 0 110000 1011001 0 11011 1100011 110111

Color Harmonies of #FE831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE831D

Black with #FE831D

Text Example


Text Example

White with #FE831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE831D; }

 p { color: rgb(254,131,29); }

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

background-color css

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

 a { background-color: rgb(254,131,29); }

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

border-color css

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

 span { border-color: rgb(254,131,29); }

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