Html Css Color HEX #FE791D Pumpkin

📋 copy color: '#FE791D'

red 254 ◦ green 121 ◦ blue 29

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

Shades of Pumpkin #FE791D

Tints of Pumpkin #FE791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.95%

 BLUE value IS 29 (11.72% from 255) = 7.18%

R = 62.87%
G = 29.95%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE791D (or 0xFE791D) is known color: Pumpkin. HEX triplet: FE, 79 and 1D. RGB value is (254,121,29). Sum of RGB (Red+Green+Blue) = 254+121+29=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE791D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE791D is #0186E2. Grayscale: #969696. Windows color (decimal): -100067 or 1931774. OLE color: 1931774.

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

Color convert

RGB 254 121 29 -
CMYK 0 0.52 0.89 0.00
HSL 24.53º 0.99% 0.55% -
HSV(B) 24.53º 0.89% 1% -
XYZ 47.93 34.83 5.36 -
YUV 150.28 59.56 201.98 -
System Red Green Blue C M Y K H S L
Decimal 254 121 29 0 0.52 0.89 0.00 24.53 0.99 0.55
Hex FE 79 1D 0 34 59 0 19 63 37
Octal 376 171 35 0 64 131 0 31 143 67
Binary 11111110 1111001 11101 0 110100 1011001 0 11001 1100011 110111

Color Harmonies of #FE791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE791D

Black with #FE791D

Text Example


Text Example

White with #FE791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE791D; }

 p { color: rgb(254,121,29); }

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

background-color css

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

 a { background-color: rgb(254,121,29); }

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

border-color css

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

 span { border-color: rgb(254,121,29); }

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