Html Css Color HEX #FAC214 Moon Yellow

📋 copy color: '#FAC214'

red 250 ◦ green 194 ◦ blue 20

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

Shades of Moon Yellow #FAC214

Tints of Moon Yellow #FAC214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.31%

R = 53.88%
G = 41.81%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAC214 (or 0xFAC214) is known color: Moon Yellow. HEX triplet: FA, C2 and 14. RGB value is (250,194,20). Sum of RGB (Red+Green+Blue) = 250+194+20=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC214 is #053DEB. Grayscale: #BFBFBF. Windows color (decimal): -343532 or 1360634. OLE color: 1360634.

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

Color convert

RGB 250 194 20 -
CMYK 0 0.22 0.92 0.02
HSL 45.39º 0.96% 0.53% -
HSV(B) 45.39º 0.92% 0.98% -
XYZ 58.84 58.96 8.94 -
YUV 190.91 31.55 170.15 -
System Red Green Blue C M Y K H S L
Decimal 250 194 20 0 0.22 0.92 0.02 45.39 0.96 0.53
Hex FA C2 14 0 16 5C 2 2D 60 35
Octal 372 302 24 0 26 134 2 55 140 65
Binary 11111010 11000010 10100 0 10110 1011100 10 101101 1100000 110101

Color Harmonies of #FAC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC214

Black with #FAC214

Text Example


Text Example

White with #FAC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC214; }

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

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

background-color css

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

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

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

border-color css

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

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

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