Html Css Color HEX #FE821A Pumpkin

📋 copy color: '#FE821A'

red 254 ◦ green 130 ◦ blue 26

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

Shades of Pumpkin #FE821A

Tints of Pumpkin #FE821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

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

R = 61.95%
G = 31.71%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE821A (or 0xFE821A) is known color: Pumpkin. HEX triplet: FE, 82 and 1A. RGB value is (254,130,26). Sum of RGB (Red+Green+Blue) = 254+130+26=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE821A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE821A is #017DE5. Grayscale: #9B9B9B. Windows color (decimal): -97766 or 1737470. OLE color: 1737470.

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

Color convert

RGB 254 130 26 -
CMYK 0 0.49 0.90 0.00
HSL 27.37º 0.99% 0.55% -
HSV(B) 27.37º 0.9% 1% -
XYZ 49.04 37.11 5.56 -
YUV 155.22 55.08 198.46 -
System Red Green Blue C M Y K H S L
Decimal 254 130 26 0 0.49 0.90 0.00 27.37 0.99 0.55
Hex FE 82 1A 0 31 5A 0 1B 63 37
Octal 376 202 32 0 61 132 0 33 143 67
Binary 11111110 10000010 11010 0 110001 1011010 0 11011 1100011 110111

Color Harmonies of #FE821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE821A

Black with #FE821A

Text Example


Text Example

White with #FE821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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