Html Css Color HEX #FCD648 Energy Yellow

📋 copy color: '#FCD648'

red 252 ◦ green 214 ◦ blue 72

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

Shades of Energy Yellow #FCD648

Tints of Energy Yellow #FCD648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.38%

R = 46.84%
G = 39.78%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCD648 (or 0xFCD648) is known color: Energy Yellow. HEX triplet: FC, D6 and 48. RGB value is (252,214,72). Sum of RGB (Red+Green+Blue) = 252+214+72=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD648 is #0329B7. Grayscale: #D1D1D1. Windows color (decimal): -207288 or 4773628. OLE color: 4773628.

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

Color convert

RGB 252 214 72 -
CMYK 0 0.15 0.71 0.01
HSL 47.33º 0.97% 0.64% -
HSV(B) 47.33º 0.71% 0.99% -
XYZ 65.36 69.26 16.05 -
YUV 209.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 252 214 72 0 0.15 0.71 0.01 47.33 0.97 0.64
Hex FC D6 48 0 F 47 1 2F 61 40
Octal 374 326 110 0 17 107 1 57 141 100
Binary 11111100 11010110 1001000 0 1111 1000111 1 101111 1100001 1000000

Color Harmonies of #FCD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD648

Black with #FCD648

Text Example


Text Example

White with #FCD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD648; }

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

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

background-color css

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

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

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

border-color css

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

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

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