Html Css Color HEX #FCD742 Energy Yellow

📋 copy color: '#FCD742'

red 252 ◦ green 215 ◦ blue 66

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

Shades of Energy Yellow #FCD742

Tints of Energy Yellow #FCD742

RGB

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

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

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

R = 47.28%
G = 40.34%
B = 12.38%

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

#FCD742 (or 0xFCD742) is known color: Energy Yellow. HEX triplet: FC, D7 and 42. RGB value is (252,215,66). Sum of RGB (Red+Green+Blue) = 252+215+66=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 66 (26.17% from 255 or 12.38% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD742 is #0328BD. Grayscale: #D1D1D1. Windows color (decimal): -207038 or 4380668. OLE color: 4380668.

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

Color convert

RGB 252 215 66 -
CMYK 0 0.15 0.74 0.01
HSL 48.06º 0.97% 0.62% -
HSV(B) 48.06º 0.74% 0.99% -
XYZ 65.43 69.69 15.16 -
YUV 209.08 47.26 158.62 -
System Red Green Blue C M Y K H S L
Decimal 252 215 66 0 0.15 0.74 0.01 48.06 0.97 0.62
Hex FC D7 42 0 F 4A 1 30 61 3E
Octal 374 327 102 0 17 112 1 60 141 76
Binary 11111100 11010111 1000010 0 1111 1001010 1 110000 1100001 111110

Color Harmonies of #FCD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD742

Black with #FCD742

Text Example


Text Example

White with #FCD742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD742; }

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

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

background-color css

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

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

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

border-color css

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

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

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