Html Css Color HEX #FCC518 Moon Yellow

📋 copy color: '#FCC518'

red 252 ◦ green 197 ◦ blue 24

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

Shades of Moon Yellow #FCC518

Tints of Moon Yellow #FCC518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.07%

R = 53.28%
G = 41.65%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCC518 (or 0xFCC518) is known color: Moon Yellow. HEX triplet: FC, C5 and 18. RGB value is (252,197,24). Sum of RGB (Red+Green+Blue) = 252+197+24=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC518 is #033AE7. Grayscale: #C2C2C2. Windows color (decimal): -211688 or 1623548. OLE color: 1623548.

HSL color Cylindrical-coordinate representation of color #FCC518: hue angle of 45.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC518 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 197 24 -
CMYK 0 0.22 0.90 0.01
HSL 45.53º 0.97% 0.54% -
HSV(B) 45.53º 0.9% 0.99% -
XYZ 60.28 60.69 9.4 -
YUV 193.72 32.22 169.57 -
System Red Green Blue C M Y K H S L
Decimal 252 197 24 0 0.22 0.90 0.01 45.53 0.97 0.54
Hex FC C5 18 0 16 5A 1 2E 61 36
Octal 374 305 30 0 26 132 1 56 141 66
Binary 11111100 11000101 11000 0 10110 1011010 1 101110 1100001 110110

Color Harmonies of #FCC518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC518

Black with #FCC518

Text Example


Text Example

White with #FCC518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC518; }

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

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

background-color css

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

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

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

border-color css

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

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

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