Html Css Color HEX #FE8326 Pumpkin

📋 copy color: '#FE8326'

red 254 ◦ green 131 ◦ blue 38

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

Shades of Pumpkin #FE8326

Tints of Pumpkin #FE8326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.98%

R = 60.05%
G = 30.97%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE8326 (or 0xFE8326) is known color: Pumpkin. HEX triplet: FE, 83 and 26. RGB value is (254,131,38). Sum of RGB (Red+Green+Blue) = 254+131+38=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8326 is #017CD9. Grayscale: #9D9D9D. Windows color (decimal): -97498 or 2524158. OLE color: 2524158.

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

Color convert

RGB 254 131 38 -
CMYK 0 0.48 0.85 0.00
HSL 25.83º 0.99% 0.57% -
HSV(B) 25.83º 0.85% 1% -
XYZ 49.34 37.44 6.46 -
YUV 157.18 60.75 197.06 -
System Red Green Blue C M Y K H S L
Decimal 254 131 38 0 0.48 0.85 0.00 25.83 0.99 0.57
Hex FE 83 26 0 30 55 0 1A 63 39
Octal 376 203 46 0 60 125 0 32 143 71
Binary 11111110 10000011 100110 0 110000 1010101 0 11010 1100011 111001

Color Harmonies of #FE8326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8326

Black with #FE8326

Text Example


Text Example

White with #FE8326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8326; }

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

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

background-color css

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

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

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

border-color css

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

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

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