Html Css Color HEX #FCC221 Moon Yellow

📋 copy color: '#FCC221'

red 252 ◦ green 194 ◦ blue 33

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

Shades of Moon Yellow #FCC221

Tints of Moon Yellow #FCC221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.89%

R = 52.61%
G = 40.5%
B = 6.89%

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

#FCC221 (or 0xFCC221) is known color: Moon Yellow. HEX triplet: FC, C2 and 21. RGB value is (252,194,33). Sum of RGB (Red+Green+Blue) = 252+194+33=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 33 (13.28% from 255 or 6.89% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC221 is #033DDE. Grayscale: #C1C1C1. Windows color (decimal): -212447 or 2212604. OLE color: 2212604.

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

Color convert

RGB 252 194 33 -
CMYK 0 0.23 0.87 0.01
HSL 44.11º 0.97% 0.56% -
HSV(B) 44.11º 0.87% 0.99% -
XYZ 59.71 59.39 9.75 -
YUV 192.99 37.72 170.09 -
System Red Green Blue C M Y K H S L
Decimal 252 194 33 0 0.23 0.87 0.01 44.11 0.97 0.56
Hex FC C2 21 0 17 57 1 2C 61 38
Octal 374 302 41 0 27 127 1 54 141 70
Binary 11111100 11000010 100001 0 10111 1010111 1 101100 1100001 111000

Color Harmonies of #FCC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC221

Black with #FCC221

Text Example


Text Example

White with #FCC221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC221; }

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

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

background-color css

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

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

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

border-color css

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

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

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