Html Css Color HEX #FCC220 Moon Yellow

📋 copy color: '#FCC220'

red 252 ◦ green 194 ◦ blue 32

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

Shades of Moon Yellow #FCC220

Tints of Moon Yellow #FCC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.59%

 BLUE value IS 32 (12.89% from 255) = 6.69%

R = 52.72%
G = 40.59%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCC220 (or 0xFCC220) is known color: Moon Yellow. HEX triplet: FC, C2 and 20. RGB value is (252,194,32). Sum of RGB (Red+Green+Blue) = 252+194+32=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC220 is #033DDF. Grayscale: #C1C1C1. Windows color (decimal): -212448 or 2147068. OLE color: 2147068.

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

Color convert

RGB 252 194 32 -
CMYK 0 0.23 0.87 0.01
HSL 44.18º 0.97% 0.56% -
HSV(B) 44.18º 0.87% 0.99% -
XYZ 59.7 59.38 9.68 -
YUV 192.87 37.22 170.17 -
System Red Green Blue C M Y K H S L
Decimal 252 194 32 0 0.23 0.87 0.01 44.18 0.97 0.56
Hex FC C2 20 0 17 57 1 2C 61 38
Octal 374 302 40 0 27 127 1 54 141 70
Binary 11111100 11000010 100000 0 10111 1010111 1 101100 1100001 111000

Color Harmonies of #FCC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC220

Black with #FCC220

Text Example


Text Example

White with #FCC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC220; }

 p { color: rgb(252,194,32); }

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

background-color css

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

 a { background-color: rgb(252,194,32); }

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

border-color css

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

 span { border-color: rgb(252,194,32); }

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