Html Css Color HEX #FAC512 Moon Yellow

📋 copy color: '#FAC512'

red 250 ◦ green 197 ◦ blue 18

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

Shades of Moon Yellow #FAC512

Tints of Moon Yellow #FAC512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.87%

R = 53.76%
G = 42.37%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAC512 (or 0xFAC512) is known color: Moon Yellow. HEX triplet: FA, C5 and 12. RGB value is (250,197,18). Sum of RGB (Red+Green+Blue) = 250+197+18=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC512 is #053AED. Grayscale: #C1C1C1. Windows color (decimal): -342766 or 1230330. OLE color: 1230330.

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

Color convert

RGB 250 197 18 -
CMYK 0 0.21 0.93 0.02
HSL 46.29º 0.96% 0.53% -
HSV(B) 46.29º 0.93% 0.98% -
XYZ 59.5 60.3 9.08 -
YUV 192.44 29.56 169.05 -
System Red Green Blue C M Y K H S L
Decimal 250 197 18 0 0.21 0.93 0.02 46.29 0.96 0.53
Hex FA C5 12 0 15 5D 2 2E 60 35
Octal 372 305 22 0 25 135 2 56 140 65
Binary 11111010 11000101 10010 0 10101 1011101 10 101110 1100000 110101

Color Harmonies of #FAC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC512

Black with #FAC512

Text Example


Text Example

White with #FAC512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC512; }

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

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

background-color css

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

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

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

border-color css

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

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

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