Html Css Color HEX #FCC11A Moon Yellow

📋 copy color: '#FCC11A'

red 252 ◦ green 193 ◦ blue 26

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

Shades of Moon Yellow #FCC11A

Tints of Moon Yellow #FCC11A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.98%

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

R = 53.5%
G = 40.98%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCC11A (or 0xFCC11A) is known color: Moon Yellow. HEX triplet: FC, C1 and 1A. RGB value is (252,193,26). Sum of RGB (Red+Green+Blue) = 252+193+26=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC11A is #033EE5. Grayscale: #C0C0C0. Windows color (decimal): -212710 or 1753596. OLE color: 1753596.

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

Color convert

RGB 252 193 26 -
CMYK 0 0.23 0.90 0.01
HSL 44.34º 0.97% 0.55% -
HSV(B) 44.34º 0.9% 0.99% -
XYZ 59.4 58.91 9.22 -
YUV 191.6 34.55 171.08 -
System Red Green Blue C M Y K H S L
Decimal 252 193 26 0 0.23 0.90 0.01 44.34 0.97 0.55
Hex FC C1 1A 0 17 5A 1 2C 61 37
Octal 374 301 32 0 27 132 1 54 141 67
Binary 11111100 11000001 11010 0 10111 1011010 1 101100 1100001 110111

Color Harmonies of #FCC11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC11A

Black with #FCC11A

Text Example


Text Example

White with #FCC11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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