#FCE342

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

Shades of Gorse #FCE342

Tints of Gorse #FCE342

Color information

#FCE342 (or 0xFCE342) is unknown color: approx Gorse. HEX triplet: FC, E3 and 42. RGB value is (252,227,66). Sum of RGB (Red+Green+Blue) = 252+227+66=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 66 (26.17% from 255 or 12.11% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE342 is #031CBD. Grayscale: #D8D8D8. Windows color (decimal): -203966 or 4383740. OLE color: 4383740.

HSL color Cylindrical-coordinate representation of color #FCE342: hue angle of 51.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCE342 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB25222766-
CMYK00.100.740.01
HSL51.94º96.88%62.35%-
HSV(B)51.94º73.81%98.82%-
XYZ68.676.0316.21-
YUV216.1243.28153.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 227 (89.06% from 255) = 41.65%
BLUE value IS 66 (26.17% from 255) = 12.11%
R=46.24%
G=41.65%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522276600.100.740.0151.9496.8862.35
HexFCE3420A4A134613e
Octal37434310201211216414176
Binary1111110011100011100001001010100101011101001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE342; }

 p { color: rgb(252,227,66); }

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

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

 a { background-color: rgb(252,227,66); }

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

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

 span { border-color: rgb(252,227,66); }

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