Html Css Color HEX #FAC412 Moon Yellow

📋 copy color: '#FAC412'

red 250 ◦ green 196 ◦ blue 18

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

Shades of Moon Yellow #FAC412

Tints of Moon Yellow #FAC412

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.24%

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

R = 53.88%
G = 42.24%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAC412 (or 0xFAC412) is known color: Moon Yellow. HEX triplet: FA, C4 and 12. RGB value is (250,196,18). Sum of RGB (Red+Green+Blue) = 250+196+18=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC412 is #053BED. Grayscale: #C0C0C0. Windows color (decimal): -343022 or 1230074. OLE color: 1230074.

HSL color Cylindrical-coordinate representation of color #FAC412: hue angle of 46.03º 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 #FAC412 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 18 -
CMYK 0 0.22 0.93 0.02
HSL 46.03º 0.96% 0.53% -
HSV(B) 46.03º 0.93% 0.98% -
XYZ 59.27 59.85 9 -
YUV 191.85 29.89 169.47 -
System Red Green Blue C M Y K H S L
Decimal 250 196 18 0 0.22 0.93 0.02 46.03 0.96 0.53
Hex FA C4 12 0 16 5D 2 2E 60 35
Octal 372 304 22 0 26 135 2 56 140 65
Binary 11111010 11000100 10010 0 10110 1011101 10 101110 1100000 110101

Color Harmonies of #FAC412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC412

Black with #FAC412

Text Example


Text Example

White with #FAC412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC412; }

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

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

background-color css

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

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

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

border-color css

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

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

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