Html Css Color HEX #FAC31A Moon Yellow

📋 copy color: '#FAC31A'

red 250 ◦ green 195 ◦ blue 26

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

Shades of Moon Yellow #FAC31A

Tints of Moon Yellow #FAC31A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.4%

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

R = 53.08%
G = 41.4%
B = 5.52%

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

#FAC31A (or 0xFAC31A) is known color: Moon Yellow. HEX triplet: FA, C3 and 1A. RGB value is (250,195,26). Sum of RGB (Red+Green+Blue) = 250+195+26=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC31A is #053CE5. Grayscale: #C0C0C0. Windows color (decimal): -343270 or 1754106. OLE color: 1754106.

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

Color convert

RGB 250 195 26 -
CMYK 0 0.22 0.90 0.02
HSL 45.27º 0.96% 0.54% -
HSV(B) 45.27º 0.9% 0.98% -
XYZ 59.13 59.43 9.33 -
YUV 192.18 34.22 169.24 -
System Red Green Blue C M Y K H S L
Decimal 250 195 26 0 0.22 0.90 0.02 45.27 0.96 0.54
Hex FA C3 1A 0 16 5A 2 2D 60 36
Octal 372 303 32 0 26 132 2 55 140 66
Binary 11111010 11000011 11010 0 10110 1011010 10 101101 1100000 110110

Color Harmonies of #FAC31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC31A

Black with #FAC31A

Text Example


Text Example

White with #FAC31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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