Html Css Color HEX #FAC415 Moon Yellow

📋 copy color: '#FAC415'

red 250 ◦ green 196 ◦ blue 21

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

Shades of Moon Yellow #FAC415

Tints of Moon Yellow #FAC415

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

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

R = 53.53%
G = 41.97%
B = 4.5%

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

#FAC415 (or 0xFAC415) is known color: Moon Yellow. HEX triplet: FA, C4 and 15. RGB value is (250,196,21). Sum of RGB (Red+Green+Blue) = 250+196+21=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC415 is #053BEA. Grayscale: #C0C0C0. Windows color (decimal): -343019 or 1426682. OLE color: 1426682.

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

Color convert

RGB 250 196 21 -
CMYK 0 0.22 0.92 0.02
HSL 45.85º 0.96% 0.53% -
HSV(B) 45.85º 0.92% 0.98% -
XYZ 59.3 59.86 9.14 -
YUV 192.2 31.39 169.23 -
System Red Green Blue C M Y K H S L
Decimal 250 196 21 0 0.22 0.92 0.02 45.85 0.96 0.53
Hex FA C4 15 0 16 5C 2 2E 60 35
Octal 372 304 25 0 26 134 2 56 140 65
Binary 11111010 11000100 10101 0 10110 1011100 10 101110 1100000 110101

Color Harmonies of #FAC415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC415

Black with #FAC415

Text Example


Text Example

White with #FAC415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC415; }

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

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

background-color css

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

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

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

border-color css

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

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

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