Html Css Color HEX #FCD74D Energy Yellow

📋 copy color: '#FCD74D'

red 252 ◦ green 215 ◦ blue 77

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

Shades of Energy Yellow #FCD74D

Tints of Energy Yellow #FCD74D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.52%

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

R = 46.32%
G = 39.52%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCD74D (or 0xFCD74D) is known color: Energy Yellow. HEX triplet: FC, D7 and 4D. RGB value is (252,215,77). Sum of RGB (Red+Green+Blue) = 252+215+77=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD74D is #0328B2. Grayscale: #D2D2D2. Windows color (decimal): -207027 or 5101564. OLE color: 5101564.

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

Color convert

RGB 252 215 77 -
CMYK 0 0.15 0.69 0.01
HSL 47.31º 0.97% 0.65% -
HSV(B) 47.31º 0.69% 0.99% -
XYZ 65.78 69.83 17.03 -
YUV 210.33 52.76 157.72 -
System Red Green Blue C M Y K H S L
Decimal 252 215 77 0 0.15 0.69 0.01 47.31 0.97 0.65
Hex FC D7 4D 0 F 45 1 2F 61 41
Octal 374 327 115 0 17 105 1 57 141 101
Binary 11111100 11010111 1001101 0 1111 1000101 1 101111 1100001 1000001

Color Harmonies of #FCD74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD74D

Black with #FCD74D

Text Example


Text Example

White with #FCD74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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