Html Css Color HEX #FAC61A Moon Yellow

📋 copy color: '#FAC61A'

red 250 ◦ green 198 ◦ blue 26

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

Shades of Moon Yellow #FAC61A

Tints of Moon Yellow #FAC61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.49%

R = 52.74%
G = 41.77%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAC61A (or 0xFAC61A) is known color: Moon Yellow. HEX triplet: FA, C6 and 1A. RGB value is (250,198,26). Sum of RGB (Red+Green+Blue) = 250+198+26=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 26 (10.55% from 255 or 5.49% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC61A is #0539E5. Grayscale: #C2C2C2. Windows color (decimal): -342502 or 1754874. OLE color: 1754874.

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

Color convert

RGB 250 198 26 -
CMYK 0 0.21 0.90 0.02
HSL 46.07º 0.96% 0.54% -
HSV(B) 46.07º 0.9% 0.98% -
XYZ 59.8 60.79 9.56 -
YUV 193.94 33.23 167.99 -
System Red Green Blue C M Y K H S L
Decimal 250 198 26 0 0.21 0.90 0.02 46.07 0.96 0.54
Hex FA C6 1A 0 15 5A 2 2E 60 36
Octal 372 306 32 0 25 132 2 56 140 66
Binary 11111010 11000110 11010 0 10101 1011010 10 101110 1100000 110110

Color Harmonies of #FAC61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC61A

Black with #FAC61A

Text Example


Text Example

White with #FAC61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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