Html Css Color HEX #FE8125 Pumpkin

📋 copy color: '#FE8125'

red 254 ◦ green 129 ◦ blue 37

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

Shades of Pumpkin #FE8125

Tints of Pumpkin #FE8125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 60.48%
G = 30.71%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE8125 (or 0xFE8125) is known color: Pumpkin. HEX triplet: FE, 81 and 25. RGB value is (254,129,37). Sum of RGB (Red+Green+Blue) = 254+129+37=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8125 is #017EDA. Grayscale: #9C9C9C. Windows color (decimal): -98011 or 2458110. OLE color: 2458110.

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

Color convert

RGB 254 129 37 -
CMYK 0 0.49 0.85 0.00
HSL 25.44º 0.99% 0.57% -
HSV(B) 25.44º 0.85% 1% -
XYZ 49.06 36.9 6.29 -
YUV 155.89 60.91 197.98 -
System Red Green Blue C M Y K H S L
Decimal 254 129 37 0 0.49 0.85 0.00 25.44 0.99 0.57
Hex FE 81 25 0 31 55 0 19 63 39
Octal 376 201 45 0 61 125 0 31 143 71
Binary 11111110 10000001 100101 0 110001 1010101 0 11001 1100011 111001

Color Harmonies of #FE8125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8125

Black with #FE8125

Text Example


Text Example

White with #FE8125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8125; }

 p { color: rgb(254,129,37); }

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

background-color css

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

 a { background-color: rgb(254,129,37); }

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

border-color css

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

 span { border-color: rgb(254,129,37); }

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