Html Css Color HEX #FAC812 Moon Yellow

📋 copy color: '#FAC812'

red 250 ◦ green 200 ◦ blue 18

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

Shades of Moon Yellow #FAC812

Tints of Moon Yellow #FAC812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.74%

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

R = 53.42%
G = 42.74%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAC812 (or 0xFAC812) is known color: Moon Yellow. HEX triplet: FA, C8 and 12. RGB value is (250,200,18). Sum of RGB (Red+Green+Blue) = 250+200+18=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC812 is #0537ED. Grayscale: #C2C2C2. Windows color (decimal): -341998 or 1231098. OLE color: 1231098.

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

Color convert

RGB 250 200 18 -
CMYK 0 0.2 0.93 0.02
HSL 47.07º 0.96% 0.53% -
HSV(B) 47.07º 0.93% 0.98% -
XYZ 60.19 61.68 9.3 -
YUV 194.2 28.57 167.8 -
System Red Green Blue C M Y K H S L
Decimal 250 200 18 0 0.2 0.93 0.02 47.07 0.96 0.53
Hex FA C8 12 0 14 5D 2 2F 60 35
Octal 372 310 22 0 24 135 2 57 140 65
Binary 11111010 11001000 10010 0 10100 1011101 10 101111 1100000 110101

Color Harmonies of #FAC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC812

Black with #FAC812

Text Example


Text Example

White with #FAC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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