Html Css Color HEX #FAC215 Moon Yellow

📋 copy color: '#FAC215'

red 250 ◦ green 194 ◦ blue 21

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

Shades of Moon Yellow #FAC215

Tints of Moon Yellow #FAC215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.52%

R = 53.76%
G = 41.72%
B = 4.52%

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

#FAC215 (or 0xFAC215) is known color: Moon Yellow. HEX triplet: FA, C2 and 15. RGB value is (250,194,21). Sum of RGB (Red+Green+Blue) = 250+194+21=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC215 is #053DEA. Grayscale: #BFBFBF. Windows color (decimal): -343531 or 1426170. OLE color: 1426170.

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

Color convert

RGB 250 194 21 -
CMYK 0 0.22 0.92 0.02
HSL 45.33º 0.96% 0.53% -
HSV(B) 45.33º 0.92% 0.98% -
XYZ 58.85 58.96 8.99 -
YUV 191.02 32.05 170.07 -
System Red Green Blue C M Y K H S L
Decimal 250 194 21 0 0.22 0.92 0.02 45.33 0.96 0.53
Hex FA C2 15 0 16 5C 2 2D 60 35
Octal 372 302 25 0 26 134 2 55 140 65
Binary 11111010 11000010 10101 0 10110 1011100 10 101101 1100000 110101

Color Harmonies of #FAC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC215

Black with #FAC215

Text Example


Text Example

White with #FAC215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC215; }

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

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

background-color css

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

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

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

border-color css

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

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

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