Html Css Color HEX #FE8212 Pumpkin

📋 copy color: '#FE8212'

red 254 ◦ green 130 ◦ blue 18

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

Shades of Pumpkin #FE8212

Tints of Pumpkin #FE8212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 63.18%
G = 32.34%
B = 4.48%

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

#FE8212 (or 0xFE8212) is known color: Pumpkin. HEX triplet: FE, 82 and 12. RGB value is (254,130,18). Sum of RGB (Red+Green+Blue) = 254+130+18=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8212 is #017DED. Grayscale: #9A9A9A. Windows color (decimal): -97774 or 1213182. OLE color: 1213182.

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

Color convert

RGB 254 130 18 -
CMYK 0 0.49 0.93 0.00
HSL 28.47º 0.99% 0.53% -
HSV(B) 28.47º 0.93% 1% -
XYZ 48.96 37.08 5.15 -
YUV 154.31 51.08 199.11 -
System Red Green Blue C M Y K H S L
Decimal 254 130 18 0 0.49 0.93 0.00 28.47 0.99 0.53
Hex FE 82 12 0 31 5D 0 1C 63 35
Octal 376 202 22 0 61 135 0 34 143 65
Binary 11111110 10000010 10010 0 110001 1011101 0 11100 1100011 110101

Color Harmonies of #FE8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8212

Black with #FE8212

Text Example


Text Example

White with #FE8212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8212; }

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

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

background-color css

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

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

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

border-color css

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

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

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