Html Css Color HEX #FCDA4E Energy Yellow

📋 copy color: '#FCDA4E'

red 252 ◦ green 218 ◦ blue 78

#FCDA4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Energy Yellow #FCDA4E

Tints of Energy Yellow #FCDA4E

RGB

 RED value IS 252 (98.83% from 255) = 45.99%

 GREEN value IS 218 (85.55% from 255) = 39.78%

 BLUE value IS 78 (30.86% from 255) = 14.23%

R = 45.99%
G = 39.78%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCDA4E (or 0xFCDA4E) is known color: Energy Yellow. HEX triplet: FC, DA and 4E. RGB value is (252,218,78). Sum of RGB (Red+Green+Blue) = 252+218+78=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 78 (30.86% from 255 or 14.23% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA4E is #0325B1. Grayscale: #D4D4D4. Windows color (decimal): -206258 or 5167868. OLE color: 5167868.

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

Color convert

RGB 252 218 78 -
CMYK 0 0.13 0.69 0.01
HSL 48.28º 0.97% 0.65% -
HSV(B) 48.28º 0.69% 0.99% -
XYZ 66.59 71.39 17.48 -
YUV 212.21 52.26 156.38 -
System Red Green Blue C M Y K H S L
Decimal 252 218 78 0 0.13 0.69 0.01 48.28 0.97 0.65
Hex FC DA 4E 0 D 45 1 30 61 41
Octal 374 332 116 0 15 105 1 60 141 101
Binary 11111100 11011010 1001110 0 1101 1000101 1 110000 1100001 1000001

Color Harmonies of #FCDA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA4E

Black with #FCDA4E

Text Example


Text Example

White with #FCDA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA4E; }

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

 H1.HeaderClassName
 {
   color: #FCDA4E;
 }
 .AnyTagClassName
 {
   color: #FCDA4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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