Html Css Color HEX #FE7614 Pumpkin

📋 copy color: '#FE7614'

red 254 ◦ green 118 ◦ blue 20

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

Shades of Pumpkin #FE7614

Tints of Pumpkin #FE7614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

 BLUE value IS 20 (8.2% from 255) = 5.1%

R = 64.8%
G = 30.1%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE7614 (or 0xFE7614) is known color: Pumpkin. HEX triplet: FE, 76 and 14. RGB value is (254,118,20). Sum of RGB (Red+Green+Blue) = 254+118+20=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7614 is #0189EB. Grayscale: #949494. Windows color (decimal): -100844 or 1341182. OLE color: 1341182.

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

Color convert

RGB 254 118 20 -
CMYK 0 0.54 0.92 0.00
HSL 25.13º 0.99% 0.54% -
HSV(B) 25.13º 0.92% 1% -
XYZ 47.48 34.08 4.74 -
YUV 147.49 56.06 203.97 -
System Red Green Blue C M Y K H S L
Decimal 254 118 20 0 0.54 0.92 0.00 25.13 0.99 0.54
Hex FE 76 14 0 36 5C 0 19 63 36
Octal 376 166 24 0 66 134 0 31 143 66
Binary 11111110 1110110 10100 0 110110 1011100 0 11001 1100011 110110

Color Harmonies of #FE7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7614

Black with #FE7614

Text Example


Text Example

White with #FE7614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7614; }

 p { color: rgb(254,118,20); }

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

background-color css

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

 a { background-color: rgb(254,118,20); }

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

border-color css

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

 span { border-color: rgb(254,118,20); }

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