Html Css Color HEX #FAC714 Moon Yellow

📋 copy color: '#FAC714'

red 250 ◦ green 199 ◦ blue 20

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

Shades of Moon Yellow #FAC714

Tints of Moon Yellow #FAC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.43%

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

R = 53.3%
G = 42.43%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAC714 (or 0xFAC714) is known color: Moon Yellow. HEX triplet: FA, C7 and 14. RGB value is (250,199,20). Sum of RGB (Red+Green+Blue) = 250+199+20=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC714 is #0538EB. Grayscale: #C2C2C2. Windows color (decimal): -342252 or 1361914. OLE color: 1361914.

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

Color convert

RGB 250 199 20 -
CMYK 0 0.20 0.92 0.02
HSL 46.7º 0.96% 0.53% -
HSV(B) 46.7º 0.92% 0.98% -
XYZ 59.97 61.22 9.32 -
YUV 193.84 29.9 168.05 -
System Red Green Blue C M Y K H S L
Decimal 250 199 20 0 0.20 0.92 0.02 46.7 0.96 0.53
Hex FA C7 14 0 14 5C 2 2F 60 35
Octal 372 307 24 0 24 134 2 57 140 65
Binary 11111010 11000111 10100 0 10100 1011100 10 101111 1100000 110101

Color Harmonies of #FAC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC714

Black with #FAC714

Text Example


Text Example

White with #FAC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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