Html Css Color HEX #FCDB4D Energy Yellow

📋 copy color: '#FCDB4D'

red 252 ◦ green 219 ◦ blue 77

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

Shades of Energy Yellow #FCDB4D

Tints of Energy Yellow #FCDB4D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.96%

 BLUE value IS 77 (30.47% from 255) = 14.05%

R = 45.99%
G = 39.96%
B = 14.05%

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

#FCDB4D (or 0xFCDB4D) is known color: Energy Yellow. HEX triplet: FC, DB and 4D. RGB value is (252,219,77). Sum of RGB (Red+Green+Blue) = 252+219+77=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 77 (30.47% from 255 or 14.05% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB4D is #0324B2. Grayscale: #D5D5D5. Windows color (decimal): -206003 or 5102588. OLE color: 5102588.

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

Color convert

RGB 252 219 77 -
CMYK 0 0.13 0.69 0.01
HSL 48.69º 0.97% 0.65% -
HSV(B) 48.69º 0.69% 0.99% -
XYZ 66.82 71.89 17.38 -
YUV 212.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 252 219 77 0 0.13 0.69 0.01 48.69 0.97 0.65
Hex FC DB 4D 0 D 45 1 31 61 41
Octal 374 333 115 0 15 105 1 61 141 101
Binary 11111100 11011011 1001101 0 1101 1000101 1 110001 1100001 1000001

Color Harmonies of #FCDB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB4D

Black with #FCDB4D

Text Example


Text Example

White with #FCDB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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