Html Css Color HEX #FCD542 Energy Yellow

📋 copy color: '#FCD542'

red 252 ◦ green 213 ◦ blue 66

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

Shades of Energy Yellow #FCD542

Tints of Energy Yellow #FCD542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.11%

 BLUE value IS 66 (26.17% from 255) = 12.43%

R = 47.46%
G = 40.11%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCD542 (or 0xFCD542) is known color: Energy Yellow. HEX triplet: FC, D5 and 42. RGB value is (252,213,66). Sum of RGB (Red+Green+Blue) = 252+213+66=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD542 is #032ABD. Grayscale: #D0D0D0. Windows color (decimal): -207550 or 4380156. OLE color: 4380156.

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

Color convert

RGB 252 213 66 -
CMYK 0 0.15 0.74 0.01
HSL 47.42º 0.97% 0.62% -
HSV(B) 47.42º 0.74% 0.99% -
XYZ 64.92 68.68 14.99 -
YUV 207.9 47.92 159.45 -
System Red Green Blue C M Y K H S L
Decimal 252 213 66 0 0.15 0.74 0.01 47.42 0.97 0.62
Hex FC D5 42 0 F 4A 1 2F 61 3E
Octal 374 325 102 0 17 112 1 57 141 76
Binary 11111100 11010101 1000010 0 1111 1001010 1 101111 1100001 111110

Color Harmonies of #FCD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD542

Black with #FCD542

Text Example


Text Example

White with #FCD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD542; }

 p { color: rgb(252,213,66); }

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

background-color css

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

 a { background-color: rgb(252,213,66); }

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

border-color css

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

 span { border-color: rgb(252,213,66); }

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