#FCDB47

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

Shades of Energy Yellow #FCDB47

Tints of Energy Yellow #FCDB47

Color information

#FCDB47 (or 0xFCDB47) is unknown color: approx Energy Yellow. HEX triplet: FC, DB and 47. RGB value is (252,219,71). Sum of RGB (Red+Green+Blue) = 252+219+71=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 71 (28.12% from 255 or 13.10% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB47 is #0324B8. Grayscale: #D4D4D4. Windows color (decimal): -206009 or 4709372. OLE color: 4709372.

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

Color convert

RGB25221971-
CMYK00.130.720.01
HSL49.06º96.79%63.33%-
HSV(B)49.06º71.83%98.82%-
XYZ66.6171.8116.31-
YUV21248.43156.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.49%
GREEN value IS 219 (85.94% from 255) = 40.41%
BLUE value IS 71 (28.12% from 255) = 13.10%
R=46.49%
G=40.41%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522197100.130.720.0149.0696.7963.33
HexFCDB470D48131613f
Octal37433310701511016114177
Binary1111110011011011100011101101100100011100011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDB47; }

 p { color: rgb(252,219,71); }

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

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

 a { background-color: rgb(252,219,71); }

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

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

 span { border-color: rgb(252,219,71); }

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