Html Css Color HEX #FE7425 Pumpkin

📋 copy color: '#FE7425'

red 254 ◦ green 116 ◦ blue 37

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

Shades of Pumpkin #FE7425

Tints of Pumpkin #FE7425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

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

R = 62.41%
G = 28.5%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE7425 (or 0xFE7425) is known color: Pumpkin. HEX triplet: FE, 74 and 25. RGB value is (254,116,37). Sum of RGB (Red+Green+Blue) = 254+116+37=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7425 is #018BDA. Grayscale: #949494. Windows color (decimal): -101339 or 2454782. OLE color: 2454782.

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

Color convert

RGB 254 116 37 -
CMYK 0 0.54 0.85 0.00
HSL 21.84º 0.99% 0.57% -
HSV(B) 21.84º 0.85% 1% -
XYZ 47.45 33.7 5.75 -
YUV 148.26 65.22 203.42 -
System Red Green Blue C M Y K H S L
Decimal 254 116 37 0 0.54 0.85 0.00 21.84 0.99 0.57
Hex FE 74 25 0 36 55 0 16 63 39
Octal 376 164 45 0 66 125 0 26 143 71
Binary 11111110 1110100 100101 0 110110 1010101 0 10110 1100011 111001

Color Harmonies of #FE7425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7425

Black with #FE7425

Text Example


Text Example

White with #FE7425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7425; }

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

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

background-color css

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

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

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

border-color css

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

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

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