Html Css Color HEX #FE7E18 Pumpkin

📋 copy color: '#FE7E18'

red 254 ◦ green 126 ◦ blue 24

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

Shades of Pumpkin #FE7E18

Tints of Pumpkin #FE7E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.19%

 BLUE value IS 24 (9.77% from 255) = 5.94%

R = 62.87%
G = 31.19%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE7E18 (or 0xFE7E18) is known color: Pumpkin. HEX triplet: FE, 7E and 18. RGB value is (254,126,24). Sum of RGB (Red+Green+Blue) = 254+126+24=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7E18 is #0181E7. Grayscale: #999999. Windows color (decimal): -98792 or 1605374. OLE color: 1605374.

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

Color convert

RGB 254 126 24 -
CMYK 0 0.50 0.91 0.00
HSL 26.61º 0.99% 0.55% -
HSV(B) 26.61º 0.91% 1% -
XYZ 48.5 36.06 5.27 -
YUV 152.64 55.41 200.29 -
System Red Green Blue C M Y K H S L
Decimal 254 126 24 0 0.50 0.91 0.00 26.61 0.99 0.55
Hex FE 7E 18 0 32 5B 0 1B 63 37
Octal 376 176 30 0 62 133 0 33 143 67
Binary 11111110 1111110 11000 0 110010 1011011 0 11011 1100011 110111

Color Harmonies of #FE7E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7E18

Black with #FE7E18

Text Example


Text Example

White with #FE7E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7E18; }

 p { color: rgb(254,126,24); }

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

background-color css

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

 a { background-color: rgb(254,126,24); }

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

border-color css

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

 span { border-color: rgb(254,126,24); }

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