Html Css Color HEX #FAC316 Moon Yellow

📋 copy color: '#FAC316'

red 250 ◦ green 195 ◦ blue 22

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

Shades of Moon Yellow #FAC316

Tints of Moon Yellow #FAC316

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.76%

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

R = 53.53%
G = 41.76%
B = 4.71%

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

#FAC316 (or 0xFAC316) is known color: Moon Yellow. HEX triplet: FA, C3 and 16. RGB value is (250,195,22). Sum of RGB (Red+Green+Blue) = 250+195+22=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC316 is #053CE9. Grayscale: #C0C0C0. Windows color (decimal): -343274 or 1491962. OLE color: 1491962.

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

Color convert

RGB 250 195 22 -
CMYK 0 0.22 0.91 0.02
HSL 45.53º 0.96% 0.53% -
HSV(B) 45.53º 0.91% 0.98% -
XYZ 59.08 59.41 9.11 -
YUV 191.72 32.22 169.57 -
System Red Green Blue C M Y K H S L
Decimal 250 195 22 0 0.22 0.91 0.02 45.53 0.96 0.53
Hex FA C3 16 0 16 5B 2 2E 60 35
Octal 372 303 26 0 26 133 2 56 140 65
Binary 11111010 11000011 10110 0 10110 1011011 10 101110 1100000 110101

Color Harmonies of #FAC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC316

Black with #FAC316

Text Example


Text Example

White with #FAC316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC316; }

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

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

background-color css

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

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

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

border-color css

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

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

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