Html Css Color HEX #FE8524 Pumpkin

📋 copy color: '#FE8524'

red 254 ◦ green 133 ◦ blue 36

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

Shades of Pumpkin #FE8524

Tints of Pumpkin #FE8524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.51%

R = 60.05%
G = 31.44%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE8524 (or 0xFE8524) is known color: Pumpkin. HEX triplet: FE, 85 and 24. RGB value is (254,133,36). Sum of RGB (Red+Green+Blue) = 254+133+36=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8524 is #017ADB. Grayscale: #9E9E9E. Windows color (decimal): -96988 or 2393598. OLE color: 2393598.

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

Color convert

RGB 254 133 36 -
CMYK 0 0.48 0.86 0.00
HSL 26.7º 0.99% 0.57% -
HSV(B) 26.7º 0.86% 1% -
XYZ 49.58 37.97 6.39 -
YUV 158.12 59.09 196.39 -
System Red Green Blue C M Y K H S L
Decimal 254 133 36 0 0.48 0.86 0.00 26.7 0.99 0.57
Hex FE 85 24 0 30 56 0 1B 63 39
Octal 376 205 44 0 60 126 0 33 143 71
Binary 11111110 10000101 100100 0 110000 1010110 0 11011 1100011 111001

Color Harmonies of #FE8524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8524

Black with #FE8524

Text Example


Text Example

White with #FE8524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8524; }

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

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

background-color css

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

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

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

border-color css

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

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

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