Html Css Color HEX #FAC416 Moon Yellow

📋 copy color: '#FAC416'

red 250 ◦ green 196 ◦ blue 22

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

Shades of Moon Yellow #FAC416

Tints of Moon Yellow #FAC416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.7%

R = 53.42%
G = 41.88%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAC416 (or 0xFAC416) is known color: Moon Yellow. HEX triplet: FA, C4 and 16. RGB value is (250,196,22). Sum of RGB (Red+Green+Blue) = 250+196+22=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC416 is #053BE9. Grayscale: #C1C1C1. Windows color (decimal): -343018 or 1492218. OLE color: 1492218.

HSL color Cylindrical-coordinate representation of color #FAC416: hue angle of 45.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAC416 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 22 -
CMYK 0 0.22 0.91 0.02
HSL 45.79º 0.96% 0.53% -
HSV(B) 45.79º 0.91% 0.98% -
XYZ 59.31 59.86 9.19 -
YUV 192.31 31.89 169.15 -
System Red Green Blue C M Y K H S L
Decimal 250 196 22 0 0.22 0.91 0.02 45.79 0.96 0.53
Hex FA C4 16 0 16 5B 2 2E 60 35
Octal 372 304 26 0 26 133 2 56 140 65
Binary 11111010 11000100 10110 0 10110 1011011 10 101110 1100000 110101

Color Harmonies of #FAC416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC416

Black with #FAC416

Text Example


Text Example

White with #FAC416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC416; }

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

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

background-color css

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

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

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

border-color css

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

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

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