Html Css Color HEX #FAC61B Moon Yellow

📋 copy color: '#FAC61B'

red 250 ◦ green 198 ◦ blue 27

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

Shades of Moon Yellow #FAC61B

Tints of Moon Yellow #FAC61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.68%

R = 52.63%
G = 41.68%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAC61B (or 0xFAC61B) is known color: Moon Yellow. HEX triplet: FA, C6 and 1B. RGB value is (250,198,27). Sum of RGB (Red+Green+Blue) = 250+198+27=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 27 (10.94% from 255 or 5.68% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC61B is #0539E4. Grayscale: #C2C2C2. Windows color (decimal): -342501 or 1820410. OLE color: 1820410.

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

Color convert

RGB 250 198 27 -
CMYK 0 0.21 0.89 0.02
HSL 46.01º 0.96% 0.54% -
HSV(B) 46.01º 0.89% 0.98% -
XYZ 59.82 60.79 9.62 -
YUV 194.05 33.73 167.9 -
System Red Green Blue C M Y K H S L
Decimal 250 198 27 0 0.21 0.89 0.02 46.01 0.96 0.54
Hex FA C6 1B 0 15 59 2 2E 60 36
Octal 372 306 33 0 25 131 2 56 140 66
Binary 11111010 11000110 11011 0 10101 1011001 10 101110 1100000 110110

Color Harmonies of #FAC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC61B

Black with #FAC61B

Text Example


Text Example

White with #FAC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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