Html Css Color HEX #FAC013 Moon Yellow

📋 copy color: '#FAC013'

red 250 ◦ green 192 ◦ blue 19

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

Shades of Moon Yellow #FAC013

Tints of Moon Yellow #FAC013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

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

R = 54.23%
G = 41.65%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAC013 (or 0xFAC013) is known color: Moon Yellow. HEX triplet: FA, C0 and 13. RGB value is (250,192,19). Sum of RGB (Red+Green+Blue) = 250+192+19=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC013 is #053FEC. Grayscale: #BEBEBE. Windows color (decimal): -344045 or 1294586. OLE color: 1294586.

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

Color convert

RGB 250 192 19 -
CMYK 0 0.23 0.92 0.02
HSL 44.94º 0.96% 0.53% -
HSV(B) 44.94º 0.92% 0.98% -
XYZ 58.39 58.07 8.75 -
YUV 189.62 31.72 171.07 -
System Red Green Blue C M Y K H S L
Decimal 250 192 19 0 0.23 0.92 0.02 44.94 0.96 0.53
Hex FA C0 13 0 17 5C 2 2D 60 35
Octal 372 300 23 0 27 134 2 55 140 65
Binary 11111010 11000000 10011 0 10111 1011100 10 101101 1100000 110101

Color Harmonies of #FAC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC013

Black with #FAC013

Text Example


Text Example

White with #FAC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC013; }

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

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

background-color css

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

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

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

border-color css

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

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

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