#FCDC4B

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

Shades of Energy Yellow #FCDC4B

Tints of Energy Yellow #FCDC4B

Color information

#FCDC4B (or 0xFCDC4B) is unknown color: approx Energy Yellow. HEX triplet: FC, DC and 4B. RGB value is (252,220,75). Sum of RGB (Red+Green+Blue) = 252+220+75=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC4B is #0323B4. Grayscale: #D5D5D5. Windows color (decimal): -205749 or 4971772. OLE color: 4971772.

HSL color Cylindrical-coordinate representation of color #FCDC4B: hue angle of 49.15º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCDC4B is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25222075-
CMYK00.130.700.01
HSL49.15º96.72%64.12%-
HSV(B)49.15º70.24%98.82%-
XYZ67.0172.3917.1-
YUV213.0450.1155.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 75 (29.69% from 255) = 13.71%
R=46.07%
G=40.22%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522207500.130.700.0149.1596.7264.12
HexFCDC4B0D461316140
Octal374334113015106161141100
Binary11111100110111001001011011011000110111000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDC4B; }

 p { color: rgb(252,220,75); }

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

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

 a { background-color: rgb(252,220,75); }

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

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

 span { border-color: rgb(252,220,75); }

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