Html Css Color HEX #FAC51C Moon Yellow

📋 copy color: '#FAC51C'

red 250 ◦ green 197 ◦ blue 28

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

Shades of Moon Yellow #FAC51C

Tints of Moon Yellow #FAC51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

 BLUE value IS 28 (11.33% from 255) = 5.89%

R = 52.63%
G = 41.47%
B = 5.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAC51C (or 0xFAC51C) is known color: Moon Yellow. HEX triplet: FA, C5 and 1C. RGB value is (250,197,28). Sum of RGB (Red+Green+Blue) = 250+197+28=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 28 (11.33% from 255 or 5.89% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC51C is #053AE3. Grayscale: #C2C2C2. Windows color (decimal): -342756 or 1885690. OLE color: 1885690.

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

Color convert

RGB 250 197 28 -
CMYK 0 0.21 0.89 0.02
HSL 45.68º 0.96% 0.55% -
HSV(B) 45.68º 0.89% 0.98% -
XYZ 59.6 60.34 9.6 -
YUV 193.58 34.56 168.24 -
System Red Green Blue C M Y K H S L
Decimal 250 197 28 0 0.21 0.89 0.02 45.68 0.96 0.55
Hex FA C5 1C 0 15 59 2 2E 60 37
Octal 372 305 34 0 25 131 2 56 140 67
Binary 11111010 11000101 11100 0 10101 1011001 10 101110 1100000 110111

Color Harmonies of #FAC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC51C

Black with #FAC51C

Text Example


Text Example

White with #FAC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC51C; }

 p { color: rgb(250,197,28); }

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

background-color css

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

 a { background-color: rgb(250,197,28); }

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

border-color css

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

 span { border-color: rgb(250,197,28); }

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