Html Css Color HEX #FCC11C Moon Yellow

📋 copy color: '#FCC11C'

red 252 ◦ green 193 ◦ blue 28

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

Shades of Moon Yellow #FCC11C

Tints of Moon Yellow #FCC11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.92%

R = 53.28%
G = 40.8%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCC11C (or 0xFCC11C) is known color: Moon Yellow. HEX triplet: FC, C1 and 1C. RGB value is (252,193,28). Sum of RGB (Red+Green+Blue) = 252+193+28=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 28 (11.33% from 255 or 5.92% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC11C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC11C is #033EE3. Grayscale: #C0C0C0. Windows color (decimal): -212708 or 1884668. OLE color: 1884668.

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

Color convert

RGB 252 193 28 -
CMYK 0 0.23 0.89 0.01
HSL 44.2º 0.97% 0.55% -
HSV(B) 44.2º 0.89% 0.99% -
XYZ 59.42 58.92 9.34 -
YUV 191.83 35.55 170.92 -
System Red Green Blue C M Y K H S L
Decimal 252 193 28 0 0.23 0.89 0.01 44.2 0.97 0.55
Hex FC C1 1C 0 17 59 1 2C 61 37
Octal 374 301 34 0 27 131 1 54 141 67
Binary 11111100 11000001 11100 0 10111 1011001 1 101100 1100001 110111

Color Harmonies of #FCC11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC11C

Black with #FCC11C

Text Example


Text Example

White with #FCC11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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