Html Css Color HEX #FAC717 Moon Yellow

📋 copy color: '#FAC717'

red 250 ◦ green 199 ◦ blue 23

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

Shades of Moon Yellow #FAC717

Tints of Moon Yellow #FAC717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.87%

R = 52.97%
G = 42.16%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAC717 (or 0xFAC717) is known color: Moon Yellow. HEX triplet: FA, C7 and 17. RGB value is (250,199,23). Sum of RGB (Red+Green+Blue) = 250+199+23=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC717 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC717 is #0538E8. Grayscale: #C2C2C2. Windows color (decimal): -342249 or 1558522. OLE color: 1558522.

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

Color convert

RGB 250 199 23 -
CMYK 0 0.20 0.91 0.02
HSL 46.52º 0.96% 0.54% -
HSV(B) 46.52º 0.91% 0.98% -
XYZ 60 61.23 9.47 -
YUV 194.19 31.4 167.81 -
System Red Green Blue C M Y K H S L
Decimal 250 199 23 0 0.20 0.91 0.02 46.52 0.96 0.54
Hex FA C7 17 0 14 5B 2 2F 60 36
Octal 372 307 27 0 24 133 2 57 140 66
Binary 11111010 11000111 10111 0 10100 1011011 10 101111 1100000 110110

Color Harmonies of #FAC717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC717

Black with #FAC717

Text Example


Text Example

White with #FAC717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC717; }

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

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

background-color css

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

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

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

border-color css

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

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

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