Html Css Color HEX #FAC012 Moon Yellow

📋 copy color: '#FAC012'

red 250 ◦ green 192 ◦ blue 18

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

Shades of Moon Yellow #FAC012

Tints of Moon Yellow #FAC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.74%

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

R = 54.35%
G = 41.74%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAC012 (or 0xFAC012) is known color: Moon Yellow. HEX triplet: FA, C0 and 12. RGB value is (250,192,18). Sum of RGB (Red+Green+Blue) = 250+192+18=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC012 is #053FED. Grayscale: #BEBEBE. Windows color (decimal): -344046 or 1229050. OLE color: 1229050.

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

Color convert

RGB 250 192 18 -
CMYK 0 0.23 0.93 0.02
HSL 45º 0.96% 0.53% -
HSV(B) 45º 0.93% 0.98% -
XYZ 58.38 58.07 8.7 -
YUV 189.51 31.22 171.15 -
System Red Green Blue C M Y K H S L
Decimal 250 192 18 0 0.23 0.93 0.02 45 0.96 0.53
Hex FA C0 12 0 17 5D 2 2D 60 35
Octal 372 300 22 0 27 135 2 55 140 65
Binary 11111010 11000000 10010 0 10111 1011101 10 101101 1100000 110101

Color Harmonies of #FAC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC012

Black with #FAC012

Text Example


Text Example

White with #FAC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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