Html Css Color HEX #FE7913 Pumpkin

📋 copy color: '#FE7913'

red 254 ◦ green 121 ◦ blue 19

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

Shades of Pumpkin #FE7913

Tints of Pumpkin #FE7913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.82%

R = 64.47%
G = 30.71%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE7913 (or 0xFE7913) is known color: Pumpkin. HEX triplet: FE, 79 and 13. RGB value is (254,121,19). Sum of RGB (Red+Green+Blue) = 254+121+19=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7913 is #0186EC. Grayscale: #959595. Windows color (decimal): -100077 or 1276414. OLE color: 1276414.

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

Color convert

RGB 254 121 19 -
CMYK 0 0.52 0.93 0.00
HSL 26.04º 0.99% 0.54% -
HSV(B) 26.04º 0.93% 1% -
XYZ 47.83 34.79 4.81 -
YUV 149.14 54.56 202.79 -
System Red Green Blue C M Y K H S L
Decimal 254 121 19 0 0.52 0.93 0.00 26.04 0.99 0.54
Hex FE 79 13 0 34 5D 0 1A 63 36
Octal 376 171 23 0 64 135 0 32 143 66
Binary 11111110 1111001 10011 0 110100 1011101 0 11010 1100011 110110

Color Harmonies of #FE7913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7913

Black with #FE7913

Text Example


Text Example

White with #FE7913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7913; }

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

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

background-color css

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

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

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

border-color css

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

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

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