Html Css Color HEX #FE8213 Pumpkin

📋 copy color: '#FE8213'

red 254 ◦ green 130 ◦ blue 19

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

Shades of Pumpkin #FE8213

Tints of Pumpkin #FE8213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.71%

R = 63.03%
G = 32.26%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE8213 (or 0xFE8213) is known color: Pumpkin. HEX triplet: FE, 82 and 13. RGB value is (254,130,19). Sum of RGB (Red+Green+Blue) = 254+130+19=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8213 is #017DEC. Grayscale: #9A9A9A. Windows color (decimal): -97773 or 1278718. OLE color: 1278718.

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

Color convert

RGB 254 130 19 -
CMYK 0 0.49 0.93 0.00
HSL 28.34º 0.99% 0.54% -
HSV(B) 28.34º 0.93% 1% -
XYZ 48.97 37.08 5.19 -
YUV 154.42 51.58 199.03 -
System Red Green Blue C M Y K H S L
Decimal 254 130 19 0 0.49 0.93 0.00 28.34 0.99 0.54
Hex FE 82 13 0 31 5D 0 1C 63 36
Octal 376 202 23 0 61 135 0 34 143 66
Binary 11111110 10000010 10011 0 110001 1011101 0 11100 1100011 110110

Color Harmonies of #FE8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8213

Black with #FE8213

Text Example


Text Example

White with #FE8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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