Html Css Color HEX #FCD650 Energy Yellow

📋 copy color: '#FCD650'

red 252 ◦ green 214 ◦ blue 80

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

Shades of Energy Yellow #FCD650

Tints of Energy Yellow #FCD650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.65%

R = 46.15%
G = 39.19%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCD650 (or 0xFCD650) is known color: Energy Yellow. HEX triplet: FC, D6 and 50. RGB value is (252,214,80). Sum of RGB (Red+Green+Blue) = 252+214+80=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 80 (31.64% from 255 or 14.65% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD650 is #0329AF. Grayscale: #D2D2D2. Windows color (decimal): -207280 or 5297916. OLE color: 5297916.

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

Color convert

RGB 252 214 80 -
CMYK 0 0.15 0.68 0.01
HSL 46.74º 0.97% 0.65% -
HSV(B) 46.74º 0.68% 0.99% -
XYZ 65.64 69.37 17.52 -
YUV 210.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 252 214 80 0 0.15 0.68 0.01 46.74 0.97 0.65
Hex FC D6 50 0 F 44 1 2F 61 41
Octal 374 326 120 0 17 104 1 57 141 101
Binary 11111100 11010110 1010000 0 1111 1000100 1 101111 1100001 1000001

Color Harmonies of #FCD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD650

Black with #FCD650

Text Example


Text Example

White with #FCD650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD650; }

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

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

background-color css

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

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

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

border-color css

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

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

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