Html Css Color HEX #FCC51A Moon Yellow

📋 copy color: '#FCC51A'

red 252 ◦ green 197 ◦ blue 26

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

Shades of Moon Yellow #FCC51A

Tints of Moon Yellow #FCC51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.47%

R = 53.05%
G = 41.47%
B = 5.47%

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

#FCC51A (or 0xFCC51A) is known color: Moon Yellow. HEX triplet: FC, C5 and 1A. RGB value is (252,197,26). Sum of RGB (Red+Green+Blue) = 252+197+26=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC51A is #033AE5. Grayscale: #C2C2C2. Windows color (decimal): -211686 or 1754620. OLE color: 1754620.

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

Color convert

RGB 252 197 26 -
CMYK 0 0.22 0.90 0.01
HSL 45.4º 0.97% 0.55% -
HSV(B) 45.4º 0.9% 0.99% -
XYZ 60.3 60.7 9.52 -
YUV 193.95 33.22 169.4 -
System Red Green Blue C M Y K H S L
Decimal 252 197 26 0 0.22 0.90 0.01 45.4 0.97 0.55
Hex FC C5 1A 0 16 5A 1 2D 61 37
Octal 374 305 32 0 26 132 1 55 141 67
Binary 11111100 11000101 11010 0 10110 1011010 1 101101 1100001 110111

Color Harmonies of #FCC51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC51A

Black with #FCC51A

Text Example


Text Example

White with #FCC51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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