Html Css Color HEX #FCC514 Moon Yellow

📋 copy color: '#FCC514'

red 252 ◦ green 197 ◦ blue 20

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

Shades of Moon Yellow #FCC514

Tints of Moon Yellow #FCC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42%

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

R = 53.73%
G = 42%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCC514 (or 0xFCC514) is known color: Moon Yellow. HEX triplet: FC, C5 and 14. RGB value is (252,197,20). Sum of RGB (Red+Green+Blue) = 252+197+20=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC514 is #033AEB. Grayscale: #C2C2C2. Windows color (decimal): -211692 or 1361404. OLE color: 1361404.

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

Color convert

RGB 252 197 20 -
CMYK 0 0.22 0.92 0.01
HSL 45.78º 0.97% 0.53% -
HSV(B) 45.78º 0.92% 0.99% -
XYZ 60.24 60.68 9.2 -
YUV 193.27 30.22 169.89 -
System Red Green Blue C M Y K H S L
Decimal 252 197 20 0 0.22 0.92 0.01 45.78 0.97 0.53
Hex FC C5 14 0 16 5C 1 2E 61 35
Octal 374 305 24 0 26 134 1 56 141 65
Binary 11111100 11000101 10100 0 10110 1011100 1 101110 1100001 110101

Color Harmonies of #FCC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC514

Black with #FCC514

Text Example


Text Example

White with #FCC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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