#FCD542

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

Shades of Energy Yellow #FCD542

Tints of Energy Yellow #FCD542

Color information

#FCD542 (or 0xFCD542) is unknown color: approx Energy Yellow. HEX triplet: FC, D5 and 42. RGB value is (252,213,66). Sum of RGB (Red+Green+Blue) = 252+213+66=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD542 is #032ABD. Grayscale: #D0D0D0. Windows color (decimal): -207550 or 4380156. OLE color: 4380156.

HSL color Cylindrical-coordinate representation of color #FCD542: hue angle of 47.42º 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 #FCD542 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB25221366-
CMYK00.150.740.01
HSL47.42º96.88%62.35%-
HSV(B)47.42º73.81%98.82%-
XYZ64.9268.6814.99-
YUV207.947.92159.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 66 (26.17% from 255) = 12.43%
R=47.46%
G=40.11%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522136600.150.740.0147.4296.8862.35
HexFCD5420F4A12f613e
Octal37432510201711215714176
Binary1111110011010101100001001111100101011011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD542; }

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

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

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

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

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

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

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

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