Html Css Color HEX #FCC122 Moon Yellow

📋 copy color: '#FCC122'

red 252 ◦ green 193 ◦ blue 34

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

Shades of Moon Yellow #FCC122

Tints of Moon Yellow #FCC122

RGB

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

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

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

R = 52.61%
G = 40.29%
B = 7.1%

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

#FCC122 (or 0xFCC122) is known color: Moon Yellow. HEX triplet: FC, C1 and 22. RGB value is (252,193,34). Sum of RGB (Red+Green+Blue) = 252+193+34=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 34 (13.67% from 255 or 7.10% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC122 is #033EDD. Grayscale: #C1C1C1. Windows color (decimal): -212702 or 2277884. OLE color: 2277884.

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

Color convert

RGB 252 193 34 -
CMYK 0 0.23 0.87 0.01
HSL 43.76º 0.97% 0.56% -
HSV(B) 43.76º 0.87% 0.99% -
XYZ 59.5 58.95 9.76 -
YUV 192.52 38.55 170.43 -
System Red Green Blue C M Y K H S L
Decimal 252 193 34 0 0.23 0.87 0.01 43.76 0.97 0.56
Hex FC C1 22 0 17 57 1 2C 61 38
Octal 374 301 42 0 27 127 1 54 141 70
Binary 11111100 11000001 100010 0 10111 1010111 1 101100 1100001 111000

Color Harmonies of #FCC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC122

Black with #FCC122

Text Example


Text Example

White with #FCC122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC122; }

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

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

background-color css

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

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

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

border-color css

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

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

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