Html Css Color HEX #FAC513 Moon Yellow

📋 copy color: '#FAC513'

red 250 ◦ green 197 ◦ blue 19

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

Shades of Moon Yellow #FAC513

Tints of Moon Yellow #FAC513

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.27%

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

R = 53.65%
G = 42.27%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAC513 (or 0xFAC513) is known color: Moon Yellow. HEX triplet: FA, C5 and 13. RGB value is (250,197,19). Sum of RGB (Red+Green+Blue) = 250+197+19=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC513 is #053AEC. Grayscale: #C1C1C1. Windows color (decimal): -342765 or 1295866. OLE color: 1295866.

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

Color convert

RGB 250 197 19 -
CMYK 0 0.21 0.92 0.02
HSL 46.23º 0.96% 0.53% -
HSV(B) 46.23º 0.92% 0.98% -
XYZ 59.51 60.3 9.12 -
YUV 192.56 30.06 168.97 -
System Red Green Blue C M Y K H S L
Decimal 250 197 19 0 0.21 0.92 0.02 46.23 0.96 0.53
Hex FA C5 13 0 15 5C 2 2E 60 35
Octal 372 305 23 0 25 134 2 56 140 65
Binary 11111010 11000101 10011 0 10101 1011100 10 101110 1100000 110101

Color Harmonies of #FAC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC513

Black with #FAC513

Text Example


Text Example

White with #FAC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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