Html Css Color HEX #FCD64B Energy Yellow

📋 copy color: '#FCD64B'

red 252 ◦ green 214 ◦ blue 75

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

Shades of Energy Yellow #FCD64B

Tints of Energy Yellow #FCD64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.86%

R = 46.58%
G = 39.56%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCD64B (or 0xFCD64B) is known color: Energy Yellow. HEX triplet: FC, D6 and 4B. RGB value is (252,214,75). Sum of RGB (Red+Green+Blue) = 252+214+75=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 75 (29.69% from 255 or 13.86% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD64B is #0329B4. Grayscale: #D2D2D2. Windows color (decimal): -207285 or 4970236. OLE color: 4970236.

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

Color convert

RGB 252 214 75 -
CMYK 0 0.15 0.70 0.01
HSL 47.12º 0.97% 0.64% -
HSV(B) 47.12º 0.7% 0.99% -
XYZ 65.46 69.3 16.58 -
YUV 209.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 252 214 75 0 0.15 0.70 0.01 47.12 0.97 0.64
Hex FC D6 4B 0 F 46 1 2F 61 40
Octal 374 326 113 0 17 106 1 57 141 100
Binary 11111100 11010110 1001011 0 1111 1000110 1 101111 1100001 1000000

Color Harmonies of #FCD64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD64B

Black with #FCD64B

Text Example


Text Example

White with #FCD64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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