Html Css Color HEX #FAC213 Moon Yellow

📋 copy color: '#FAC213'

red 250 ◦ green 194 ◦ blue 19

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

Shades of Moon Yellow #FAC213

Tints of Moon Yellow #FAC213

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.9%

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

R = 54%
G = 41.9%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAC213 (or 0xFAC213) is known color: Moon Yellow. HEX triplet: FA, C2 and 13. RGB value is (250,194,19). Sum of RGB (Red+Green+Blue) = 250+194+19=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC213 is #053DEC. Grayscale: #BFBFBF. Windows color (decimal): -343533 or 1295098. OLE color: 1295098.

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

Color convert

RGB 250 194 19 -
CMYK 0 0.22 0.92 0.02
HSL 45.45º 0.96% 0.53% -
HSV(B) 45.45º 0.92% 0.98% -
XYZ 58.83 58.95 8.89 -
YUV 190.79 31.05 170.23 -
System Red Green Blue C M Y K H S L
Decimal 250 194 19 0 0.22 0.92 0.02 45.45 0.96 0.53
Hex FA C2 13 0 16 5C 2 2D 60 35
Octal 372 302 23 0 26 134 2 55 140 65
Binary 11111010 11000010 10011 0 10110 1011100 10 101101 1100000 110101

Color Harmonies of #FAC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC213

Black with #FAC213

Text Example


Text Example

White with #FAC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC213; }

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

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

background-color css

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

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

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

border-color css

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

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

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