Html Css Color HEX #FE7519 Pumpkin

📋 copy color: '#FE7519'

red 254 ◦ green 117 ◦ blue 25

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

Shades of Pumpkin #FE7519

Tints of Pumpkin #FE7519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

 BLUE value IS 25 (10.16% from 255) = 6.31%

R = 64.14%
G = 29.55%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE7519 (or 0xFE7519) is known color: Pumpkin. HEX triplet: FE, 75 and 19. RGB value is (254,117,25). Sum of RGB (Red+Green+Blue) = 254+117+25=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7519 is #018AE6. Grayscale: #939393. Windows color (decimal): -101095 or 1668606. OLE color: 1668606.

HSL color Cylindrical-coordinate representation of color #FE7519: hue angle of 24.1º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE7519 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 117 25 -
CMYK 0 0.54 0.90 0.00
HSL 24.1º 0.99% 0.55% -
HSV(B) 24.1º 0.9% 1% -
XYZ 47.41 33.86 4.96 -
YUV 147.48 58.89 203.98 -
System Red Green Blue C M Y K H S L
Decimal 254 117 25 0 0.54 0.90 0.00 24.1 0.99 0.55
Hex FE 75 19 0 36 5A 0 18 63 37
Octal 376 165 31 0 66 132 0 30 143 67
Binary 11111110 1110101 11001 0 110110 1011010 0 11000 1100011 110111

Color Harmonies of #FE7519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7519

Black with #FE7519

Text Example


Text Example

White with #FE7519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7519; }

 p { color: rgb(254,117,25); }

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

background-color css

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

 a { background-color: rgb(254,117,25); }

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

border-color css

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

 span { border-color: rgb(254,117,25); }

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