Html Css Color HEX #FAC51E Moon Yellow

📋 copy color: '#FAC51E'

red 250 ◦ green 197 ◦ blue 30

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

Shades of Moon Yellow #FAC51E

Tints of Moon Yellow #FAC51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.29%

R = 52.41%
G = 41.3%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAC51E (or 0xFAC51E) is known color: Moon Yellow. HEX triplet: FA, C5 and 1E. RGB value is (250,197,30). Sum of RGB (Red+Green+Blue) = 250+197+30=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC51E is #053AE1. Grayscale: #C2C2C2. Windows color (decimal): -342754 or 2016762. OLE color: 2016762.

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

Color convert

RGB 250 197 30 -
CMYK 0 0.21 0.88 0.02
HSL 45.55º 0.96% 0.55% -
HSV(B) 45.55º 0.88% 0.98% -
XYZ 59.62 60.35 9.73 -
YUV 193.81 35.56 168.08 -
System Red Green Blue C M Y K H S L
Decimal 250 197 30 0 0.21 0.88 0.02 45.55 0.96 0.55
Hex FA C5 1E 0 15 58 2 2E 60 37
Octal 372 305 36 0 25 130 2 56 140 67
Binary 11111010 11000101 11110 0 10101 1011000 10 101110 1100000 110111

Color Harmonies of #FAC51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC51E

Black with #FAC51E

Text Example


Text Example

White with #FAC51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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