Html Css Color HEX #FAC124 Moon Yellow

📋 copy color: '#FAC124'

red 250 ◦ green 193 ◦ blue 36

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

Shades of Moon Yellow #FAC124

Tints of Moon Yellow #FAC124

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.29%

 BLUE value IS 36 (14.45% from 255) = 7.52%

R = 52.19%
G = 40.29%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAC124 (or 0xFAC124) is known color: Moon Yellow. HEX triplet: FA, C1 and 24. RGB value is (250,193,36). Sum of RGB (Red+Green+Blue) = 250+193+36=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 36 (14.45% from 255 or 7.52% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC124 is #053EDB. Grayscale: #C0C0C0. Windows color (decimal): -343772 or 2408954. OLE color: 2408954.

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

Color convert

RGB 250 193 36 -
CMYK 0 0.23 0.86 0.02
HSL 44.02º 0.96% 0.56% -
HSV(B) 44.02º 0.86% 0.98% -
XYZ 58.81 58.59 9.88 -
YUV 192.15 39.88 169.27 -
System Red Green Blue C M Y K H S L
Decimal 250 193 36 0 0.23 0.86 0.02 44.02 0.96 0.56
Hex FA C1 24 0 17 56 2 2C 60 38
Octal 372 301 44 0 27 126 2 54 140 70
Binary 11111010 11000001 100100 0 10111 1010110 10 101100 1100000 111000

Color Harmonies of #FAC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC124

Black with #FAC124

Text Example


Text Example

White with #FAC124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC124; }

 p { color: rgb(250,193,36); }

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

background-color css

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

 a { background-color: rgb(250,193,36); }

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

border-color css

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

 span { border-color: rgb(250,193,36); }

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