Html Css Color HEX #FE7C19 Pumpkin

📋 copy color: '#FE7C19'

red 254 ◦ green 124 ◦ blue 25

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

Shades of Pumpkin #FE7C19

Tints of Pumpkin #FE7C19

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.77%

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

R = 63.03%
G = 30.77%
B = 6.2%

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

#FE7C19 (or 0xFE7C19) is known color: Pumpkin. HEX triplet: FE, 7C and 19. RGB value is (254,124,25). Sum of RGB (Red+Green+Blue) = 254+124+25=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7C19 is #0183E6. Grayscale: #989898. Windows color (decimal): -99303 or 1670398. OLE color: 1670398.

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

Color convert

RGB 254 124 25 -
CMYK 0 0.51 0.90 0.00
HSL 25.94º 0.99% 0.55% -
HSV(B) 25.94º 0.9% 1% -
XYZ 48.26 35.56 5.24 -
YUV 151.58 56.57 201.05 -
System Red Green Blue C M Y K H S L
Decimal 254 124 25 0 0.51 0.90 0.00 25.94 0.99 0.55
Hex FE 7C 19 0 33 5A 0 1A 63 37
Octal 376 174 31 0 63 132 0 32 143 67
Binary 11111110 1111100 11001 0 110011 1011010 0 11010 1100011 110111

Color Harmonies of #FE7C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7C19

Black with #FE7C19

Text Example


Text Example

White with #FE7C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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