Html Css Color HEX #FAC618 Moon Yellow

📋 copy color: '#FAC618'

red 250 ◦ green 198 ◦ blue 24

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

Shades of Moon Yellow #FAC618

Tints of Moon Yellow #FAC618

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.95%

 BLUE value IS 24 (9.77% from 255) = 5.08%

R = 52.97%
G = 41.95%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAC618 (or 0xFAC618) is known color: Moon Yellow. HEX triplet: FA, C6 and 18. RGB value is (250,198,24). Sum of RGB (Red+Green+Blue) = 250+198+24=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC618 is #0539E7. Grayscale: #C2C2C2. Windows color (decimal): -342504 or 1623802. OLE color: 1623802.

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

Color convert

RGB 250 198 24 -
CMYK 0 0.21 0.90 0.02
HSL 46.19º 0.96% 0.54% -
HSV(B) 46.19º 0.9% 0.98% -
XYZ 59.78 60.78 9.44 -
YUV 193.71 32.23 168.15 -
System Red Green Blue C M Y K H S L
Decimal 250 198 24 0 0.21 0.90 0.02 46.19 0.96 0.54
Hex FA C6 18 0 15 5A 2 2E 60 36
Octal 372 306 30 0 25 132 2 56 140 66
Binary 11111010 11000110 11000 0 10101 1011010 10 101110 1100000 110110

Color Harmonies of #FAC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC618

Black with #FAC618

Text Example


Text Example

White with #FAC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC618; }

 p { color: rgb(250,198,24); }

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

background-color css

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

 a { background-color: rgb(250,198,24); }

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

border-color css

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

 span { border-color: rgb(250,198,24); }

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