Html Css Color HEX #FE8528 Pumpkin

📋 copy color: '#FE8528'

red 254 ◦ green 133 ◦ blue 40

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

Shades of Pumpkin #FE8528

Tints of Pumpkin #FE8528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.37%

R = 59.48%
G = 31.15%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE8528 (or 0xFE8528) is known color: Pumpkin. HEX triplet: FE, 85 and 28. RGB value is (254,133,40). Sum of RGB (Red+Green+Blue) = 254+133+40=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8528 is #017AD7. Grayscale: #9F9F9F. Windows color (decimal): -96984 or 2655742. OLE color: 2655742.

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

Color convert

RGB 254 133 40 -
CMYK 0 0.48 0.84 0.00
HSL 26.07º 0.99% 0.58% -
HSV(B) 26.07º 0.84% 1% -
XYZ 49.64 38 6.73 -
YUV 158.58 61.09 196.06 -
System Red Green Blue C M Y K H S L
Decimal 254 133 40 0 0.48 0.84 0.00 26.07 0.99 0.58
Hex FE 85 28 0 30 54 0 1A 63 3A
Octal 376 205 50 0 60 124 0 32 143 72
Binary 11111110 10000101 101000 0 110000 1010100 0 11010 1100011 111010

Color Harmonies of #FE8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8528

Black with #FE8528

Text Example


Text Example

White with #FE8528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8528; }

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

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

background-color css

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

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

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

border-color css

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

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

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