Html Css Color HEX #FAC51D Moon Yellow

📋 copy color: '#FAC51D'

red 250 ◦ green 197 ◦ blue 29

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

Shades of Moon Yellow #FAC51D

Tints of Moon Yellow #FAC51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.09%

R = 52.52%
G = 41.39%
B = 6.09%

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

#FAC51D (or 0xFAC51D) is known color: Moon Yellow. HEX triplet: FA, C5 and 1D. RGB value is (250,197,29). Sum of RGB (Red+Green+Blue) = 250+197+29=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 29 (11.72% from 255 or 6.09% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC51D is #053AE2. Grayscale: #C2C2C2. Windows color (decimal): -342755 or 1951226. OLE color: 1951226.

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

Color convert

RGB 250 197 29 -
CMYK 0 0.21 0.88 0.02
HSL 45.61º 0.96% 0.55% -
HSV(B) 45.61º 0.88% 0.98% -
XYZ 59.61 60.35 9.67 -
YUV 193.7 35.06 168.16 -
System Red Green Blue C M Y K H S L
Decimal 250 197 29 0 0.21 0.88 0.02 45.61 0.96 0.55
Hex FA C5 1D 0 15 58 2 2E 60 37
Octal 372 305 35 0 25 130 2 56 140 67
Binary 11111010 11000101 11101 0 10101 1011000 10 101110 1100000 110111

Color Harmonies of #FAC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC51D

Black with #FAC51D

Text Example


Text Example

White with #FAC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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