Html Css Color HEX #FCC51B Moon Yellow

📋 copy color: '#FCC51B'

red 252 ◦ green 197 ◦ blue 27

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

Shades of Moon Yellow #FCC51B

Tints of Moon Yellow #FCC51B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.67%

R = 52.94%
G = 41.39%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCC51B (or 0xFCC51B) is known color: Moon Yellow. HEX triplet: FC, C5 and 1B. RGB value is (252,197,27). Sum of RGB (Red+Green+Blue) = 252+197+27=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC51B is #033AE4. Grayscale: #C2C2C2. Windows color (decimal): -211685 or 1820156. OLE color: 1820156.

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

Color convert

RGB 252 197 27 -
CMYK 0 0.22 0.89 0.01
HSL 45.33º 0.97% 0.55% -
HSV(B) 45.33º 0.89% 0.99% -
XYZ 60.31 60.71 9.58 -
YUV 194.07 33.72 169.32 -
System Red Green Blue C M Y K H S L
Decimal 252 197 27 0 0.22 0.89 0.01 45.33 0.97 0.55
Hex FC C5 1B 0 16 59 1 2D 61 37
Octal 374 305 33 0 26 131 1 55 141 67
Binary 11111100 11000101 11011 0 10110 1011001 1 101101 1100001 110111

Color Harmonies of #FCC51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC51B

Black with #FCC51B

Text Example


Text Example

White with #FCC51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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