Html Css Color HEX #FAC212 Moon Yellow

📋 copy color: '#FAC212'

red 250 ◦ green 194 ◦ blue 18

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

Shades of Moon Yellow #FAC212

Tints of Moon Yellow #FAC212

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

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

R = 54.11%
G = 41.99%
B = 3.9%

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

#FAC212 (or 0xFAC212) is known color: Moon Yellow. HEX triplet: FA, C2 and 12. RGB value is (250,194,18). Sum of RGB (Red+Green+Blue) = 250+194+18=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC212 is #053DED. Grayscale: #BFBFBF. Windows color (decimal): -343534 or 1229562. OLE color: 1229562.

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

Color convert

RGB 250 194 18 -
CMYK 0 0.22 0.93 0.02
HSL 45.52º 0.96% 0.53% -
HSV(B) 45.52º 0.93% 0.98% -
XYZ 58.83 58.95 8.85 -
YUV 190.68 30.55 170.31 -
System Red Green Blue C M Y K H S L
Decimal 250 194 18 0 0.22 0.93 0.02 45.52 0.96 0.53
Hex FA C2 12 0 16 5D 2 2E 60 35
Octal 372 302 22 0 26 135 2 56 140 65
Binary 11111010 11000010 10010 0 10110 1011101 10 101110 1100000 110101

Color Harmonies of #FAC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC212

Black with #FAC212

Text Example


Text Example

White with #FAC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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