Html Css Color HEX #FCD642 Energy Yellow

📋 copy color: '#FCD642'

red 252 ◦ green 214 ◦ blue 66

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

Shades of Energy Yellow #FCD642

Tints of Energy Yellow #FCD642

RGB

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

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

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

R = 47.37%
G = 40.23%
B = 12.41%

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

#FCD642 (or 0xFCD642) is known color: Energy Yellow. HEX triplet: FC, D6 and 42. RGB value is (252,214,66). Sum of RGB (Red+Green+Blue) = 252+214+66=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 66 (26.17% from 255 or 12.41% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD642 is #0329BD. Grayscale: #D1D1D1. Windows color (decimal): -207294 or 4380412. OLE color: 4380412.

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

Color convert

RGB 252 214 66 -
CMYK 0 0.15 0.74 0.01
HSL 47.74º 0.97% 0.62% -
HSV(B) 47.74º 0.74% 0.99% -
XYZ 65.17 69.18 15.07 -
YUV 208.49 47.59 159.03 -
System Red Green Blue C M Y K H S L
Decimal 252 214 66 0 0.15 0.74 0.01 47.74 0.97 0.62
Hex FC D6 42 0 F 4A 1 30 61 3E
Octal 374 326 102 0 17 112 1 60 141 76
Binary 11111100 11010110 1000010 0 1111 1001010 1 110000 1100001 111110

Color Harmonies of #FCD642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD642

Black with #FCD642

Text Example


Text Example

White with #FCD642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD642; }

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

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

background-color css

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

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

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

border-color css

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

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

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