Html Css Color HEX #FAC41A Moon Yellow

📋 copy color: '#FAC41A'

red 250 ◦ green 196 ◦ blue 26

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

Shades of Moon Yellow #FAC41A

Tints of Moon Yellow #FAC41A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.53%

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

R = 52.97%
G = 41.53%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAC41A (or 0xFAC41A) is known color: Moon Yellow. HEX triplet: FA, C4 and 1A. RGB value is (250,196,26). Sum of RGB (Red+Green+Blue) = 250+196+26=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC41A is #053BE5. Grayscale: #C1C1C1. Windows color (decimal): -343014 or 1754362. OLE color: 1754362.

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

Color convert

RGB 250 196 26 -
CMYK 0 0.22 0.90 0.02
HSL 45.54º 0.96% 0.54% -
HSV(B) 45.54º 0.9% 0.98% -
XYZ 59.35 59.88 9.41 -
YUV 192.77 33.89 168.82 -
System Red Green Blue C M Y K H S L
Decimal 250 196 26 0 0.22 0.90 0.02 45.54 0.96 0.54
Hex FA C4 1A 0 16 5A 2 2E 60 36
Octal 372 304 32 0 26 132 2 56 140 66
Binary 11111010 11000100 11010 0 10110 1011010 10 101110 1100000 110110

Color Harmonies of #FAC41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC41A

Black with #FAC41A

Text Example


Text Example

White with #FAC41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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