#FCDA45

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

Shades of Energy Yellow #FCDA45

Tints of Energy Yellow #FCDA45

Color information

#FCDA45 (or 0xFCDA45) is unknown color: approx Energy Yellow. HEX triplet: FC, DA and 45. RGB value is (252,218,69). Sum of RGB (Red+Green+Blue) = 252+218+69=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA45 is #0325BA. Grayscale: #D3D3D3. Windows color (decimal): -206267 or 4578044. OLE color: 4578044.

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

Color convert

RGB25221869-
CMYK00.130.730.01
HSL48.85º96.83%62.94%-
HSV(B)48.85º72.62%98.82%-
XYZ66.2971.2715.89-
YUV211.1847.76157.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.75%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 69 (27.34% from 255) = 12.80%
R=46.75%
G=40.45%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522186900.130.730.0148.8596.8362.94
HexFCDA450D49131613f
Octal37433210501511116114177
Binary1111110011011010100010101101100100111100011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA45; }

 p { color: rgb(252,218,69); }

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

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

 a { background-color: rgb(252,218,69); }

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

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

 span { border-color: rgb(252,218,69); }

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