Html Css Color HEX #FCC614 Moon Yellow

📋 copy color: '#FCC614'

red 252 ◦ green 198 ◦ blue 20

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

Shades of Moon Yellow #FCC614

Tints of Moon Yellow #FCC614

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.13%

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 53.62%
G = 42.13%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCC614 (or 0xFCC614) is known color: Moon Yellow. HEX triplet: FC, C6 and 14. RGB value is (252,198,20). Sum of RGB (Red+Green+Blue) = 252+198+20=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC614 is #0339EB. Grayscale: #C2C2C2. Windows color (decimal): -211436 or 1361660. OLE color: 1361660.

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

Color convert

RGB 252 198 20 -
CMYK 0 0.21 0.92 0.01
HSL 46.03º 0.97% 0.53% -
HSV(B) 46.03º 0.92% 0.99% -
XYZ 60.47 61.13 9.28 -
YUV 193.85 29.89 169.47 -
System Red Green Blue C M Y K H S L
Decimal 252 198 20 0 0.21 0.92 0.01 46.03 0.97 0.53
Hex FC C6 14 0 15 5C 1 2E 61 35
Octal 374 306 24 0 25 134 1 56 141 65
Binary 11111100 11000110 10100 0 10101 1011100 1 101110 1100001 110101

Color Harmonies of #FCC614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC614

Black with #FCC614

Text Example


Text Example

White with #FCC614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC614; }

 p { color: rgb(252,198,20); }

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

background-color css

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

 a { background-color: rgb(252,198,20); }

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

border-color css

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

 span { border-color: rgb(252,198,20); }

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