Html Css Color HEX #FAC713 Moon Yellow

📋 copy color: '#FAC713'

red 250 ◦ green 199 ◦ blue 19

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

Shades of Moon Yellow #FAC713

Tints of Moon Yellow #FAC713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.06%

R = 53.42%
G = 42.52%
B = 4.06%

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

#FAC713 (or 0xFAC713) is known color: Moon Yellow. HEX triplet: FA, C7 and 13. RGB value is (250,199,19). Sum of RGB (Red+Green+Blue) = 250+199+19=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC713 is #0538EC. Grayscale: #C2C2C2. Windows color (decimal): -342253 or 1296378. OLE color: 1296378.

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

Color convert

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

Color Harmonies of #FAC713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC713

Black with #FAC713

Text Example


Text Example

White with #FAC713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC713; }

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

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

background-color css

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

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

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

border-color css

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

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

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