Html Css Color HEX #FAC312 Moon Yellow

📋 copy color: '#FAC312'

red 250 ◦ green 195 ◦ blue 18

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

Shades of Moon Yellow #FAC312

Tints of Moon Yellow #FAC312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.89%

R = 54%
G = 42.12%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAC312 (or 0xFAC312) is known color: Moon Yellow. HEX triplet: FA, C3 and 12. RGB value is (250,195,18). Sum of RGB (Red+Green+Blue) = 250+195+18=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC312 is #053CED. Grayscale: #C0C0C0. Windows color (decimal): -343278 or 1229818. OLE color: 1229818.

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

Color convert

RGB 250 195 18 -
CMYK 0 0.22 0.93 0.02
HSL 45.78º 0.96% 0.53% -
HSV(B) 45.78º 0.93% 0.98% -
XYZ 59.05 59.4 8.93 -
YUV 191.27 30.22 169.89 -
System Red Green Blue C M Y K H S L
Decimal 250 195 18 0 0.22 0.93 0.02 45.78 0.96 0.53
Hex FA C3 12 0 16 5D 2 2E 60 35
Octal 372 303 22 0 26 135 2 56 140 65
Binary 11111010 11000011 10010 0 10110 1011101 10 101110 1100000 110101

Color Harmonies of #FAC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC312

Black with #FAC312

Text Example


Text Example

White with #FAC312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC312; }

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

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

background-color css

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

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

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

border-color css

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

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

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