Html Css Color HEX #FE7125 Pumpkin

📋 copy color: '#FE7125'

red 254 ◦ green 113 ◦ blue 37

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

Shades of Pumpkin #FE7125

Tints of Pumpkin #FE7125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 62.87%
G = 27.97%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE7125 (or 0xFE7125) is known color: Pumpkin. HEX triplet: FE, 71 and 25. RGB value is (254,113,37). Sum of RGB (Red+Green+Blue) = 254+113+37=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7125 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7125 is #018EDA. Grayscale: #929292. Windows color (decimal): -102107 or 2454014. OLE color: 2454014.

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

Color convert

RGB 254 113 37 -
CMYK 0 0.56 0.85 0.00
HSL 21.01º 0.99% 0.57% -
HSV(B) 21.01º 0.85% 1% -
XYZ 47.11 33.01 5.64 -
YUV 146.5 66.21 204.68 -
System Red Green Blue C M Y K H S L
Decimal 254 113 37 0 0.56 0.85 0.00 21.01 0.99 0.57
Hex FE 71 25 0 38 55 0 15 63 39
Octal 376 161 45 0 70 125 0 25 143 71
Binary 11111110 1110001 100101 0 111000 1010101 0 10101 1100011 111001

Color Harmonies of #FE7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7125

Black with #FE7125

Text Example


Text Example

White with #FE7125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7125; }

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

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

background-color css

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

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

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

border-color css

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

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

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