Html Css Color HEX #FAC31E Moon Yellow

📋 copy color: '#FAC31E'

red 250 ◦ green 195 ◦ blue 30

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

Shades of Moon Yellow #FAC31E

Tints of Moon Yellow #FAC31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.32%

R = 52.63%
G = 41.05%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAC31E (or 0xFAC31E) is known color: Moon Yellow. HEX triplet: FA, C3 and 1E. RGB value is (250,195,30). Sum of RGB (Red+Green+Blue) = 250+195+30=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC31E is #053CE1. Grayscale: #C1C1C1. Windows color (decimal): -343266 or 2016250. OLE color: 2016250.

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

Color convert

RGB 250 195 30 -
CMYK 0 0.22 0.88 0.02
HSL 45º 0.96% 0.55% -
HSV(B) 45º 0.88% 0.98% -
XYZ 59.17 59.45 9.58 -
YUV 192.64 36.22 168.92 -
System Red Green Blue C M Y K H S L
Decimal 250 195 30 0 0.22 0.88 0.02 45 0.96 0.55
Hex FA C3 1E 0 16 58 2 2D 60 37
Octal 372 303 36 0 26 130 2 55 140 67
Binary 11111010 11000011 11110 0 10110 1011000 10 101101 1100000 110111

Color Harmonies of #FAC31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC31E

Black with #FAC31E

Text Example


Text Example

White with #FAC31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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