Html Css Color HEX #FAC31B Moon Yellow

📋 copy color: '#FAC31B'

red 250 ◦ green 195 ◦ blue 27

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

Shades of Moon Yellow #FAC31B

Tints of Moon Yellow #FAC31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.72%

R = 52.97%
G = 41.31%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAC31B (or 0xFAC31B) is known color: Moon Yellow. HEX triplet: FA, C3 and 1B. RGB value is (250,195,27). Sum of RGB (Red+Green+Blue) = 250+195+27=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 27 (10.94% from 255 or 5.72% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC31B is #053CE4. Grayscale: #C1C1C1. Windows color (decimal): -343269 or 1819642. OLE color: 1819642.

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

Color convert

RGB 250 195 27 -
CMYK 0 0.22 0.89 0.02
HSL 45.2º 0.96% 0.54% -
HSV(B) 45.2º 0.89% 0.98% -
XYZ 59.14 59.43 9.39 -
YUV 192.29 34.72 169.16 -
System Red Green Blue C M Y K H S L
Decimal 250 195 27 0 0.22 0.89 0.02 45.2 0.96 0.54
Hex FA C3 1B 0 16 59 2 2D 60 36
Octal 372 303 33 0 26 131 2 55 140 66
Binary 11111010 11000011 11011 0 10110 1011001 10 101101 1100000 110110

Color Harmonies of #FAC31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC31B

Black with #FAC31B

Text Example


Text Example

White with #FAC31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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