Html Css Color HEX #FAC11D Moon Yellow

📋 copy color: '#FAC11D'

red 250 ◦ green 193 ◦ blue 29

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

Shades of Moon Yellow #FAC11D

Tints of Moon Yellow #FAC11D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.89%

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

R = 52.97%
G = 40.89%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAC11D (or 0xFAC11D) is known color: Moon Yellow. HEX triplet: FA, C1 and 1D. RGB value is (250,193,29). Sum of RGB (Red+Green+Blue) = 250+193+29=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC11D is #053EE2. Grayscale: #C0C0C0. Windows color (decimal): -343779 or 1950202. OLE color: 1950202.

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

Color convert

RGB 250 193 29 -
CMYK 0 0.23 0.88 0.02
HSL 44.52º 0.96% 0.55% -
HSV(B) 44.52º 0.88% 0.98% -
XYZ 58.72 58.55 9.37 -
YUV 191.35 36.38 169.84 -
System Red Green Blue C M Y K H S L
Decimal 250 193 29 0 0.23 0.88 0.02 44.52 0.96 0.55
Hex FA C1 1D 0 17 58 2 2D 60 37
Octal 372 301 35 0 27 130 2 55 140 67
Binary 11111010 11000001 11101 0 10111 1011000 10 101101 1100000 110111

Color Harmonies of #FAC11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC11D

Black with #FAC11D

Text Example


Text Example

White with #FAC11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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