Html Css Color HEX #FCD74A Energy Yellow

📋 copy color: '#FCD74A'

red 252 ◦ green 215 ◦ blue 74

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

Shades of Energy Yellow #FCD74A

Tints of Energy Yellow #FCD74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.68%

R = 46.58%
G = 39.74%
B = 13.68%

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

#FCD74A (or 0xFCD74A) is known color: Energy Yellow. HEX triplet: FC, D7 and 4A. RGB value is (252,215,74). Sum of RGB (Red+Green+Blue) = 252+215+74=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD74A is #0328B5. Grayscale: #D2D2D2. Windows color (decimal): -207030 or 4904956. OLE color: 4904956.

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

Color convert

RGB 252 215 74 -
CMYK 0 0.15 0.71 0.01
HSL 47.53º 0.97% 0.64% -
HSV(B) 47.53º 0.71% 0.99% -
XYZ 65.68 69.79 16.49 -
YUV 209.99 51.26 157.96 -
System Red Green Blue C M Y K H S L
Decimal 252 215 74 0 0.15 0.71 0.01 47.53 0.97 0.64
Hex FC D7 4A 0 F 47 1 30 61 40
Octal 374 327 112 0 17 107 1 60 141 100
Binary 11111100 11010111 1001010 0 1111 1000111 1 110000 1100001 1000000

Color Harmonies of #FCD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD74A

Black with #FCD74A

Text Example


Text Example

White with #FCD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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