Html Css Color HEX #FAC019 Moon Yellow

📋 copy color: '#FAC019'

red 250 ◦ green 192 ◦ blue 25

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

Shades of Moon Yellow #FAC019

Tints of Moon Yellow #FAC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.11%

 BLUE value IS 25 (10.16% from 255) = 5.35%

R = 53.53%
G = 41.11%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAC019 (or 0xFAC019) is known color: Moon Yellow. HEX triplet: FA, C0 and 19. RGB value is (250,192,25). Sum of RGB (Red+Green+Blue) = 250+192+25=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 25 (10.16% from 255 or 5.35% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC019 is #053FE6. Grayscale: #BFBFBF. Windows color (decimal): -344039 or 1687802. OLE color: 1687802.

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

Color convert

RGB 250 192 25 -
CMYK 0 0.23 0.9 0.02
HSL 44.53º 0.96% 0.54% -
HSV(B) 44.53º 0.9% 0.98% -
XYZ 58.45 58.09 9.05 -
YUV 190.3 34.72 170.58 -
System Red Green Blue C M Y K H S L
Decimal 250 192 25 0 0.23 0.9 0.02 44.53 0.96 0.54
Hex FA C0 19 0 17 5A 2 2D 60 36
Octal 372 300 31 0 27 132 2 55 140 66
Binary 11111010 11000000 11001 0 10111 1011010 10 101101 1100000 110110

Color Harmonies of #FAC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC019

Black with #FAC019

Text Example


Text Example

White with #FAC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC019; }

 p { color: rgb(250,192,25); }

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

background-color css

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

 a { background-color: rgb(250,192,25); }

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

border-color css

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

 span { border-color: rgb(250,192,25); }

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