Html Css Color HEX #FE7D19 Pumpkin

📋 copy color: '#FE7D19'

red 254 ◦ green 125 ◦ blue 25

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

Shades of Pumpkin #FE7D19

Tints of Pumpkin #FE7D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

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

R = 62.87%
G = 30.94%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE7D19 (or 0xFE7D19) is known color: Pumpkin. HEX triplet: FE, 7D and 19. RGB value is (254,125,25). Sum of RGB (Red+Green+Blue) = 254+125+25=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7D19 is #0182E6. Grayscale: #989898. Windows color (decimal): -99047 or 1670654. OLE color: 1670654.

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

Color convert

RGB 254 125 25 -
CMYK 0 0.51 0.90 0.00
HSL 26.2º 0.99% 0.55% -
HSV(B) 26.2º 0.9% 1% -
XYZ 48.38 35.81 5.28 -
YUV 152.17 56.24 200.63 -
System Red Green Blue C M Y K H S L
Decimal 254 125 25 0 0.51 0.90 0.00 26.2 0.99 0.55
Hex FE 7D 19 0 33 5A 0 1A 63 37
Octal 376 175 31 0 63 132 0 32 143 67
Binary 11111110 1111101 11001 0 110011 1011010 0 11010 1100011 110111

Color Harmonies of #FE7D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D19

Black with #FE7D19

Text Example


Text Example

White with #FE7D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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