Html Css Color HEX #FE831A Pumpkin

📋 copy color: '#FE831A'

red 254 ◦ green 131 ◦ blue 26

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

Shades of Pumpkin #FE831A

Tints of Pumpkin #FE831A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.33%

R = 61.8%
G = 31.87%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE831A (or 0xFE831A) is known color: Pumpkin. HEX triplet: FE, 83 and 1A. RGB value is (254,131,26). Sum of RGB (Red+Green+Blue) = 254+131+26=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE831A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE831A is #017CE5. Grayscale: #9C9C9C. Windows color (decimal): -97510 or 1737726. OLE color: 1737726.

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

Color convert

RGB 254 131 26 -
CMYK 0 0.48 0.90 0.00
HSL 27.63º 0.99% 0.55% -
HSV(B) 27.63º 0.9% 1% -
XYZ 49.18 37.38 5.6 -
YUV 155.81 54.75 198.04 -
System Red Green Blue C M Y K H S L
Decimal 254 131 26 0 0.48 0.90 0.00 27.63 0.99 0.55
Hex FE 83 1A 0 30 5A 0 1C 63 37
Octal 376 203 32 0 60 132 0 34 143 67
Binary 11111110 10000011 11010 0 110000 1011010 0 11100 1100011 110111

Color Harmonies of #FE831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE831A

Black with #FE831A

Text Example


Text Example

White with #FE831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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