Html Css Color HEX #FAC11A Moon Yellow

📋 copy color: '#FAC11A'

red 250 ◦ green 193 ◦ blue 26

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

Shades of Moon Yellow #FAC11A

Tints of Moon Yellow #FAC11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.54%

R = 53.3%
G = 41.15%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAC11A (or 0xFAC11A) is known color: Moon Yellow. HEX triplet: FA, C1 and 1A. RGB value is (250,193,26). Sum of RGB (Red+Green+Blue) = 250+193+26=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC11A is #053EE5. Grayscale: #BFBFBF. Windows color (decimal): -343782 or 1753594. OLE color: 1753594.

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

Color convert

RGB 250 193 26 -
CMYK 0 0.23 0.90 0.02
HSL 44.73º 0.96% 0.54% -
HSV(B) 44.73º 0.9% 0.98% -
XYZ 58.68 58.54 9.18 -
YUV 191.01 34.88 170.08 -
System Red Green Blue C M Y K H S L
Decimal 250 193 26 0 0.23 0.90 0.02 44.73 0.96 0.54
Hex FA C1 1A 0 17 5A 2 2D 60 36
Octal 372 301 32 0 27 132 2 55 140 66
Binary 11111010 11000001 11010 0 10111 1011010 10 101101 1100000 110110

Color Harmonies of #FAC11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC11A

Black with #FAC11A

Text Example


Text Example

White with #FAC11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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