Html Css Color HEX #FAC813 Moon Yellow

📋 copy color: '#FAC813'

red 250 ◦ green 200 ◦ blue 19

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

Shades of Moon Yellow #FAC813

Tints of Moon Yellow #FAC813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.05%

R = 53.3%
G = 42.64%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAC813 (or 0xFAC813) is known color: Moon Yellow. HEX triplet: FA, C8 and 13. RGB value is (250,200,19). Sum of RGB (Red+Green+Blue) = 250+200+19=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC813 is #0537EC. Grayscale: #C3C3C3. Windows color (decimal): -341997 or 1296634. OLE color: 1296634.

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

Color convert

RGB 250 200 19 -
CMYK 0 0.2 0.92 0.02
HSL 47.01º 0.96% 0.53% -
HSV(B) 47.01º 0.92% 0.98% -
XYZ 60.2 61.68 9.35 -
YUV 194.32 29.07 167.72 -
System Red Green Blue C M Y K H S L
Decimal 250 200 19 0 0.2 0.92 0.02 47.01 0.96 0.53
Hex FA C8 13 0 14 5C 2 2F 60 35
Octal 372 310 23 0 24 134 2 57 140 65
Binary 11111010 11001000 10011 0 10100 1011100 10 101111 1100000 110101

Color Harmonies of #FAC813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC813

Black with #FAC813

Text Example


Text Example

White with #FAC813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC813; }

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

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

background-color css

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

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

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

border-color css

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

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

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