Html Css Color HEX #FE7607 Pumpkin

📋 copy color: '#FE7607'

red 254 ◦ green 118 ◦ blue 7

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

Shades of Pumpkin #FE7607

Tints of Pumpkin #FE7607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.85%

R = 67.02%
G = 31.13%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE7607 (or 0xFE7607) is known color: Pumpkin. HEX triplet: FE, 76 and 07. RGB value is (254,118,7). Sum of RGB (Red+Green+Blue) = 254+118+7=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7607 is #0189F8. Grayscale: #929292. Windows color (decimal): -100857 or 489214. OLE color: 489214.

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

Color convert

RGB 254 118 7 -
CMYK 0 0.54 0.97 0.00
HSL 26.96º 0.99% 0.51% -
HSV(B) 26.96º 0.97% 1% -
XYZ 47.39 34.04 4.27 -
YUV 146.01 49.56 205.03 -
System Red Green Blue C M Y K H S L
Decimal 254 118 7 0 0.54 0.97 0.00 26.96 0.99 0.51
Hex FE 76 7 0 36 61 0 1B 63 33
Octal 376 166 7 0 66 141 0 33 143 63
Binary 11111110 1110110 111 0 110110 1100001 0 11011 1100011 110011

Color Harmonies of #FE7607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7607

Black with #FE7607

Text Example


Text Example

White with #FE7607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7607; }

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

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

background-color css

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

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

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

border-color css

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

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

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