Html Css Color HEX #FAC11C Moon Yellow

📋 copy color: '#FAC11C'

red 250 ◦ green 193 ◦ blue 28

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

Shades of Moon Yellow #FAC11C

Tints of Moon Yellow #FAC11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.94%

R = 53.08%
G = 40.98%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAC11C (or 0xFAC11C) is known color: Moon Yellow. HEX triplet: FA, C1 and 1C. RGB value is (250,193,28). Sum of RGB (Red+Green+Blue) = 250+193+28=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC11C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC11C is #053EE3. Grayscale: #BFBFBF. Windows color (decimal): -343780 or 1884666. OLE color: 1884666.

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

Color convert

RGB 250 193 28 -
CMYK 0 0.23 0.89 0.02
HSL 44.59º 0.96% 0.55% -
HSV(B) 44.59º 0.89% 0.98% -
XYZ 58.7 58.55 9.31 -
YUV 191.23 35.88 169.92 -
System Red Green Blue C M Y K H S L
Decimal 250 193 28 0 0.23 0.89 0.02 44.59 0.96 0.55
Hex FA C1 1C 0 17 59 2 2D 60 37
Octal 372 301 34 0 27 131 2 55 140 67
Binary 11111010 11000001 11100 0 10111 1011001 10 101101 1100000 110111

Color Harmonies of #FAC11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC11C

Black with #FAC11C

Text Example


Text Example

White with #FAC11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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