Html Css Color HEX #FAC51B Moon Yellow

📋 copy color: '#FAC51B'

red 250 ◦ green 197 ◦ blue 27

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

Shades of Moon Yellow #FAC51B

Tints of Moon Yellow #FAC51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

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

R = 52.74%
G = 41.56%
B = 5.7%

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

#FAC51B (or 0xFAC51B) is known color: Moon Yellow. HEX triplet: FA, C5 and 1B. RGB value is (250,197,27). Sum of RGB (Red+Green+Blue) = 250+197+27=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 27 (10.94% from 255 or 5.70% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC51B is #053AE4. Grayscale: #C2C2C2. Windows color (decimal): -342757 or 1820154. OLE color: 1820154.

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

Color convert

RGB 250 197 27 -
CMYK 0 0.21 0.89 0.02
HSL 45.74º 0.96% 0.54% -
HSV(B) 45.74º 0.89% 0.98% -
XYZ 59.59 60.34 9.54 -
YUV 193.47 34.06 168.32 -
System Red Green Blue C M Y K H S L
Decimal 250 197 27 0 0.21 0.89 0.02 45.74 0.96 0.54
Hex FA C5 1B 0 15 59 2 2E 60 36
Octal 372 305 33 0 25 131 2 56 140 66
Binary 11111010 11000101 11011 0 10101 1011001 10 101110 1100000 110110

Color Harmonies of #FAC51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC51B

Black with #FAC51B

Text Example


Text Example

White with #FAC51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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