Html Css Color HEX #FAC814 Moon Yellow

📋 copy color: '#FAC814'

red 250 ◦ green 200 ◦ blue 20

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

Shades of Moon Yellow #FAC814

Tints of Moon Yellow #FAC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.55%

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

R = 53.19%
G = 42.55%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAC814 (or 0xFAC814) is known color: Moon Yellow. HEX triplet: FA, C8 and 14. RGB value is (250,200,20). Sum of RGB (Red+Green+Blue) = 250+200+20=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC814 is #0537EB. Grayscale: #C3C3C3. Windows color (decimal): -341996 or 1362170. OLE color: 1362170.

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

Color convert

RGB 250 200 20 -
CMYK 0 0.2 0.92 0.02
HSL 46.96º 0.96% 0.53% -
HSV(B) 46.96º 0.92% 0.98% -
XYZ 60.2 61.68 9.39 -
YUV 194.43 29.57 167.64 -
System Red Green Blue C M Y K H S L
Decimal 250 200 20 0 0.2 0.92 0.02 46.96 0.96 0.53
Hex FA C8 14 0 14 5C 2 2F 60 35
Octal 372 310 24 0 24 134 2 57 140 65
Binary 11111010 11001000 10100 0 10100 1011100 10 101111 1100000 110101

Color Harmonies of #FAC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC814

Black with #FAC814

Text Example


Text Example

White with #FAC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC814; }

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

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

background-color css

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

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

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

border-color css

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

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

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