Html Css Color HEX #FAC718 Moon Yellow

📋 copy color: '#FAC718'

red 250 ◦ green 199 ◦ blue 24

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

Shades of Moon Yellow #FAC718

Tints of Moon Yellow #FAC718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.07%

R = 52.85%
G = 42.07%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAC718 (or 0xFAC718) is known color: Moon Yellow. HEX triplet: FA, C7 and 18. RGB value is (250,199,24). Sum of RGB (Red+Green+Blue) = 250+199+24=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC718 is #0538E7. Grayscale: #C3C3C3. Windows color (decimal): -342248 or 1624058. OLE color: 1624058.

HSL color Cylindrical-coordinate representation of color #FAC718: hue angle of 46.46º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAC718 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 24 -
CMYK 0 0.20 0.90 0.02
HSL 46.46º 0.96% 0.54% -
HSV(B) 46.46º 0.9% 0.98% -
XYZ 60.01 61.24 9.52 -
YUV 194.3 31.9 167.73 -
System Red Green Blue C M Y K H S L
Decimal 250 199 24 0 0.20 0.90 0.02 46.46 0.96 0.54
Hex FA C7 18 0 14 5A 2 2E 60 36
Octal 372 307 30 0 24 132 2 56 140 66
Binary 11111010 11000111 11000 0 10100 1011010 10 101110 1100000 110110

Color Harmonies of #FAC718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC718

Black with #FAC718

Text Example


Text Example

White with #FAC718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC718; }

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

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

background-color css

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

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

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

border-color css

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

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

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