Html Css Color HEX #FAC117 Moon Yellow

📋 copy color: '#FAC117'

red 250 ◦ green 193 ◦ blue 23

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

Shades of Moon Yellow #FAC117

Tints of Moon Yellow #FAC117

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.42%

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

R = 53.65%
G = 41.42%
B = 4.94%

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

#FAC117 (or 0xFAC117) is known color: Moon Yellow. HEX triplet: FA, C1 and 17. RGB value is (250,193,23). Sum of RGB (Red+Green+Blue) = 250+193+23=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 23 (9.38% from 255 or 4.94% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC117 is #053EE8. Grayscale: #BFBFBF. Windows color (decimal): -343785 or 1556986. OLE color: 1556986.

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

Color convert

RGB 250 193 23 -
CMYK 0 0.23 0.91 0.02
HSL 44.93º 0.96% 0.54% -
HSV(B) 44.93º 0.91% 0.98% -
XYZ 58.65 58.53 9.02 -
YUV 190.66 33.38 170.32 -
System Red Green Blue C M Y K H S L
Decimal 250 193 23 0 0.23 0.91 0.02 44.93 0.96 0.54
Hex FA C1 17 0 17 5B 2 2D 60 36
Octal 372 301 27 0 27 133 2 55 140 66
Binary 11111010 11000001 10111 0 10111 1011011 10 101101 1100000 110110

Color Harmonies of #FAC117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC117

Black with #FAC117

Text Example


Text Example

White with #FAC117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC117; }

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

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

background-color css

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

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

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

border-color css

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

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

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