#fee742

Color #FEE742 Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #FEE742

Tints of Gorse #FEE742

Color information

#FEE742 (or 0xFEE742) is unknown color: approx Gorse. HEX triplet: FE, E7 and 42. RGB value is (254,231,66). Sum of RGB (Red+Green+Blue) = 254+231+66=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 66 (26.17% from 255 or 11.98% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE742 is #0118BD. Grayscale: #DBDBDB. Windows color (decimal): -71870 or 4384766. OLE color: 4384766.

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

Color convert

RGB25423166-
CMYK00.090.740.00
HSL52.66º98.95%62.75%-
HSV(B)52.66º74.02%99.61%-
XYZ70.4378.6216.62-
YUV219.0741.62152.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.10%
GREEN value IS 231 (90.62% from 255) = 41.92%
BLUE value IS 66 (26.17% from 255) = 11.98%
R=46.10%
G=41.92%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542316600.090.740.0052.6698.9562.75
HexFEE742094A035633f
Octal37634710201111206514377
Binary1111111011100111100001001001100101001101011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fee742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fee742; }

 p { color: rgb(254,231,66); }

 H1.HeaderClassName
 {
   color: #fee742;
 }
 .AnyTagClassName
 {
   color: #fee742;
 }
</style>
background-color css

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

 a { background-color: rgb(254,231,66); }

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

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

 span { border-color: rgb(254,231,66); }

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