Html Css Color HEX #FE8312 Pumpkin

📋 copy color: '#FE8312'

red 254 ◦ green 131 ◦ blue 18

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

Shades of Pumpkin #FE8312

Tints of Pumpkin #FE8312

RGB

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

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

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

R = 63.03%
G = 32.51%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE8312 (or 0xFE8312) is known color: Pumpkin. HEX triplet: FE, 83 and 12. RGB value is (254,131,18). Sum of RGB (Red+Green+Blue) = 254+131+18=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8312 is #017CED. Grayscale: #9B9B9B. Windows color (decimal): -97518 or 1213438. OLE color: 1213438.

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

Color convert

RGB 254 131 18 -
CMYK 0 0.48 0.93 0.00
HSL 28.73º 0.99% 0.53% -
HSV(B) 28.73º 0.93% 1% -
XYZ 49.1 37.35 5.19 -
YUV 154.9 50.75 198.69 -
System Red Green Blue C M Y K H S L
Decimal 254 131 18 0 0.48 0.93 0.00 28.73 0.99 0.53
Hex FE 83 12 0 30 5D 0 1D 63 35
Octal 376 203 22 0 60 135 0 35 143 65
Binary 11111110 10000011 10010 0 110000 1011101 0 11101 1100011 110101

Color Harmonies of #FE8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8312

Black with #FE8312

Text Example


Text Example

White with #FE8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8312; }

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

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

background-color css

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

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

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

border-color css

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

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

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