Html Css Color HEX #FAC514 Moon Yellow

📋 copy color: '#FAC514'

red 250 ◦ green 197 ◦ blue 20

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

Shades of Moon Yellow #FAC514

Tints of Moon Yellow #FAC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.18%

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

R = 53.53%
G = 42.18%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAC514 (or 0xFAC514) is known color: Moon Yellow. HEX triplet: FA, C5 and 14. RGB value is (250,197,20). Sum of RGB (Red+Green+Blue) = 250+197+20=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC514 is #053AEB. Grayscale: #C1C1C1. Windows color (decimal): -342764 or 1361402. OLE color: 1361402.

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

Color convert

RGB 250 197 20 -
CMYK 0 0.21 0.92 0.02
HSL 46.17º 0.96% 0.53% -
HSV(B) 46.17º 0.92% 0.98% -
XYZ 59.52 60.31 9.17 -
YUV 192.67 30.56 168.89 -
System Red Green Blue C M Y K H S L
Decimal 250 197 20 0 0.21 0.92 0.02 46.17 0.96 0.53
Hex FA C5 14 0 15 5C 2 2E 60 35
Octal 372 305 24 0 25 134 2 56 140 65
Binary 11111010 11000101 10100 0 10101 1011100 10 101110 1100000 110101

Color Harmonies of #FAC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC514

Black with #FAC514

Text Example


Text Example

White with #FAC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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