Html Css Color HEX #FAC017 Moon Yellow

📋 copy color: '#FAC017'

red 250 ◦ green 192 ◦ blue 23

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

Shades of Moon Yellow #FAC017

Tints of Moon Yellow #FAC017

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

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

R = 53.76%
G = 41.29%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAC017 (or 0xFAC017) is known color: Moon Yellow. HEX triplet: FA, C0 and 17. RGB value is (250,192,23). Sum of RGB (Red+Green+Blue) = 250+192+23=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 23 (9.38% from 255 or 4.95% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC017 is #053FE8. Grayscale: #BEBEBE. Windows color (decimal): -344041 or 1556730. OLE color: 1556730.

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

Color convert

RGB 250 192 23 -
CMYK 0 0.23 0.91 0.02
HSL 44.67º 0.96% 0.54% -
HSV(B) 44.67º 0.91% 0.98% -
XYZ 58.43 58.09 8.94 -
YUV 190.08 33.72 170.74 -
System Red Green Blue C M Y K H S L
Decimal 250 192 23 0 0.23 0.91 0.02 44.67 0.96 0.54
Hex FA C0 17 0 17 5B 2 2D 60 36
Octal 372 300 27 0 27 133 2 55 140 66
Binary 11111010 11000000 10111 0 10111 1011011 10 101101 1100000 110110

Color Harmonies of #FAC017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC017

Black with #FAC017

Text Example


Text Example

White with #FAC017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC017; }

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

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

background-color css

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

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

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

border-color css

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

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

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