Html Css Color HEX #FAC120 Moon Yellow

📋 copy color: '#FAC120'

red 250 ◦ green 193 ◦ blue 32

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

Shades of Moon Yellow #FAC120

Tints of Moon Yellow #FAC120

RGB

 RED value IS 250 (98.05% from 255) = 52.63%

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

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

R = 52.63%
G = 40.63%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAC120 (or 0xFAC120) is known color: Moon Yellow. HEX triplet: FA, C1 and 20. RGB value is (250,193,32). Sum of RGB (Red+Green+Blue) = 250+193+32=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC120 is #053EDF. Grayscale: #C0C0C0. Windows color (decimal): -343776 or 2146810. OLE color: 2146810.

HSL color Cylindrical-coordinate representation of color #FAC120: hue angle of 44.31º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAC120 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 32 -
CMYK 0 0.23 0.87 0.02
HSL 44.31º 0.96% 0.55% -
HSV(B) 44.31º 0.87% 0.98% -
XYZ 58.76 58.57 9.57 -
YUV 191.69 37.88 169.59 -
System Red Green Blue C M Y K H S L
Decimal 250 193 32 0 0.23 0.87 0.02 44.31 0.96 0.55
Hex FA C1 20 0 17 57 2 2C 60 37
Octal 372 301 40 0 27 127 2 54 140 67
Binary 11111010 11000001 100000 0 10111 1010111 10 101100 1100000 110111

Color Harmonies of #FAC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC120

Black with #FAC120

Text Example


Text Example

White with #FAC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC120; }

 p { color: rgb(250,193,32); }

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

background-color css

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

 a { background-color: rgb(250,193,32); }

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

border-color css

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

 span { border-color: rgb(250,193,32); }

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