Html Css Color HEX #FE8310 Pumpkin

📋 copy color: '#FE8310'

red 254 ◦ green 131 ◦ blue 16

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

Shades of Pumpkin #FE8310

Tints of Pumpkin #FE8310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.99%

R = 63.34%
G = 32.67%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE8310 (or 0xFE8310) is known color: Pumpkin. HEX triplet: FE, 83 and 10. RGB value is (254,131,16). Sum of RGB (Red+Green+Blue) = 254+131+16=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8310 is #017CEF. Grayscale: #9B9B9B. Windows color (decimal): -97520 or 1082366. OLE color: 1082366.

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

Color convert

RGB 254 131 16 -
CMYK 0 0.48 0.94 0.00
HSL 28.99º 0.99% 0.53% -
HSV(B) 28.99º 0.94% 1% -
XYZ 49.08 37.34 5.11 -
YUV 154.67 49.75 198.85 -
System Red Green Blue C M Y K H S L
Decimal 254 131 16 0 0.48 0.94 0.00 28.99 0.99 0.53
Hex FE 83 10 0 30 5E 0 1D 63 35
Octal 376 203 20 0 60 136 0 35 143 65
Binary 11111110 10000011 10000 0 110000 1011110 0 11101 1100011 110101

Color Harmonies of #FE8310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8310

Black with #FE8310

Text Example


Text Example

White with #FE8310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8310; }

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

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

background-color css

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

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

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

border-color css

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

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

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