Html Css Color HEX #FCC222 Moon Yellow

📋 copy color: '#FCC222'

red 252 ◦ green 194 ◦ blue 34

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

Shades of Moon Yellow #FCC222

Tints of Moon Yellow #FCC222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.08%

R = 52.5%
G = 40.42%
B = 7.08%

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

#FCC222 (or 0xFCC222) is known color: Moon Yellow. HEX triplet: FC, C2 and 22. RGB value is (252,194,34). Sum of RGB (Red+Green+Blue) = 252+194+34=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 34 (13.67% from 255 or 7.08% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC222 is #033DDD. Grayscale: #C1C1C1. Windows color (decimal): -212446 or 2278140. OLE color: 2278140.

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

Color convert

RGB 252 194 34 -
CMYK 0 0.23 0.87 0.01
HSL 44.04º 0.97% 0.56% -
HSV(B) 44.04º 0.87% 0.99% -
XYZ 59.73 59.39 9.83 -
YUV 193.1 38.22 170.01 -
System Red Green Blue C M Y K H S L
Decimal 252 194 34 0 0.23 0.87 0.01 44.04 0.97 0.56
Hex FC C2 22 0 17 57 1 2C 61 38
Octal 374 302 42 0 27 127 1 54 141 70
Binary 11111100 11000010 100010 0 10111 1010111 1 101100 1100001 111000

Color Harmonies of #FCC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC222

Black with #FCC222

Text Example


Text Example

White with #FCC222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC222; }

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

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

background-color css

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

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

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

border-color css

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

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

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