Html Css Color HEX #FAC216 Moon Yellow

📋 copy color: '#FAC216'

red 250 ◦ green 194 ◦ blue 22

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

Shades of Moon Yellow #FAC216

Tints of Moon Yellow #FAC216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.72%

R = 53.65%
G = 41.63%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAC216 (or 0xFAC216) is known color: Moon Yellow. HEX triplet: FA, C2 and 16. RGB value is (250,194,22). Sum of RGB (Red+Green+Blue) = 250+194+22=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC216 is #053DE9. Grayscale: #BFBFBF. Windows color (decimal): -343530 or 1491706. OLE color: 1491706.

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

Color convert

RGB 250 194 22 -
CMYK 0 0.22 0.91 0.02
HSL 45.26º 0.96% 0.53% -
HSV(B) 45.26º 0.91% 0.98% -
XYZ 58.86 58.97 9.04 -
YUV 191.14 32.55 169.99 -
System Red Green Blue C M Y K H S L
Decimal 250 194 22 0 0.22 0.91 0.02 45.26 0.96 0.53
Hex FA C2 16 0 16 5B 2 2D 60 35
Octal 372 302 26 0 26 133 2 55 140 65
Binary 11111010 11000010 10110 0 10110 1011011 10 101101 1100000 110101

Color Harmonies of #FAC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC216

Black with #FAC216

Text Example


Text Example

White with #FAC216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC216; }

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

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

background-color css

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

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

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

border-color css

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

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

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