Html Css Color HEX #FCD645 Energy Yellow

📋 copy color: '#FCD645'

red 252 ◦ green 214 ◦ blue 69

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

Shades of Energy Yellow #FCD645

Tints of Energy Yellow #FCD645

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40%

 BLUE value IS 69 (27.34% from 255) = 12.9%

R = 47.1%
G = 40%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCD645 (or 0xFCD645) is known color: Energy Yellow. HEX triplet: FC, D6 and 45. RGB value is (252,214,69). Sum of RGB (Red+Green+Blue) = 252+214+69=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 69 (27.34% from 255 or 12.90% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD645 is #0329BA. Grayscale: #D1D1D1. Windows color (decimal): -207291 or 4577020. OLE color: 4577020.

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

Color convert

RGB 252 214 69 -
CMYK 0 0.15 0.73 0.01
HSL 47.54º 0.97% 0.63% -
HSV(B) 47.54º 0.73% 0.99% -
XYZ 65.27 69.22 15.55 -
YUV 208.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 252 214 69 0 0.15 0.73 0.01 47.54 0.97 0.63
Hex FC D6 45 0 F 49 1 30 61 3F
Octal 374 326 105 0 17 111 1 60 141 77
Binary 11111100 11010110 1000101 0 1111 1001001 1 110000 1100001 111111

Color Harmonies of #FCD645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD645

Black with #FCD645

Text Example


Text Example

White with #FCD645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD645; }

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

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

background-color css

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

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

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

border-color css

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

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

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