Html Css Color HEX #FE8514 Pumpkin

📋 copy color: '#FE8514'

red 254 ◦ green 133 ◦ blue 20

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

Shades of Pumpkin #FE8514

Tints of Pumpkin #FE8514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

 BLUE value IS 20 (8.2% from 255) = 4.91%

R = 62.41%
G = 32.68%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE8514 (or 0xFE8514) is known color: Pumpkin. HEX triplet: FE, 85 and 14. RGB value is (254,133,20). Sum of RGB (Red+Green+Blue) = 254+133+20=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8514 is #017AEB. Grayscale: #9C9C9C. Windows color (decimal): -97004 or 1345022. OLE color: 1345022.

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

Color convert

RGB 254 133 20 -
CMYK 0 0.48 0.92 0.00
HSL 28.97º 0.99% 0.54% -
HSV(B) 28.97º 0.92% 1% -
XYZ 49.39 37.9 5.37 -
YUV 156.3 51.09 197.69 -
System Red Green Blue C M Y K H S L
Decimal 254 133 20 0 0.48 0.92 0.00 28.97 0.99 0.54
Hex FE 85 14 0 30 5C 0 1D 63 36
Octal 376 205 24 0 60 134 0 35 143 66
Binary 11111110 10000101 10100 0 110000 1011100 0 11101 1100011 110110

Color Harmonies of #FE8514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8514

Black with #FE8514

Text Example


Text Example

White with #FE8514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8514; }

 p { color: rgb(254,133,20); }

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

background-color css

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

 a { background-color: rgb(254,133,20); }

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

border-color css

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

 span { border-color: rgb(254,133,20); }

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