Html Css Color HEX #FAC617 Moon Yellow

📋 copy color: '#FAC617'

red 250 ◦ green 198 ◦ blue 23

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

Shades of Moon Yellow #FAC617

Tints of Moon Yellow #FAC617

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.04%

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

R = 53.08%
G = 42.04%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAC617 (or 0xFAC617) is known color: Moon Yellow. HEX triplet: FA, C6 and 17. RGB value is (250,198,23). Sum of RGB (Red+Green+Blue) = 250+198+23=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 23 (9.38% from 255 or 4.88% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC617 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC617 is #0539E8. Grayscale: #C2C2C2. Windows color (decimal): -342505 or 1558266. OLE color: 1558266.

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

Color convert

RGB 250 198 23 -
CMYK 0 0.21 0.91 0.02
HSL 46.26º 0.96% 0.54% -
HSV(B) 46.26º 0.91% 0.98% -
XYZ 59.77 60.77 9.39 -
YUV 193.6 31.73 168.23 -
System Red Green Blue C M Y K H S L
Decimal 250 198 23 0 0.21 0.91 0.02 46.26 0.96 0.54
Hex FA C6 17 0 15 5B 2 2E 60 36
Octal 372 306 27 0 25 133 2 56 140 66
Binary 11111010 11000110 10111 0 10101 1011011 10 101110 1100000 110110

Color Harmonies of #FAC617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC617

Black with #FAC617

Text Example


Text Example

White with #FAC617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC617; }

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

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

background-color css

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

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

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

border-color css

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

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

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