Html Css Color HEX #FE8918 Pumpkin

📋 copy color: '#FE8918'

red 254 ◦ green 137 ◦ blue 24

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

Shades of Pumpkin #FE8918

Tints of Pumpkin #FE8918

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.01%

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

R = 61.2%
G = 33.01%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE8918 (or 0xFE8918) is known color: Pumpkin. HEX triplet: FE, 89 and 18. RGB value is (254,137,24). Sum of RGB (Red+Green+Blue) = 254+137+24=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8918 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8918 is #0176E7. Grayscale: #9F9F9F. Windows color (decimal): -95976 or 1608190. OLE color: 1608190.

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

Color convert

RGB 254 137 24 -
CMYK 0 0.46 0.91 0.00
HSL 29.48º 0.99% 0.55% -
HSV(B) 29.48º 0.91% 1% -
XYZ 49.98 39.03 5.76 -
YUV 159.1 51.76 195.69 -
System Red Green Blue C M Y K H S L
Decimal 254 137 24 0 0.46 0.91 0.00 29.48 0.99 0.55
Hex FE 89 18 0 2E 5B 0 1D 63 37
Octal 376 211 30 0 56 133 0 35 143 67
Binary 11111110 10001001 11000 0 101110 1011011 0 11101 1100011 110111

Color Harmonies of #FE8918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8918

Black with #FE8918

Text Example


Text Example

White with #FE8918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8918; }

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

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

background-color css

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

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

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

border-color css

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

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

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