Html Css Color HEX #FAC224 Moon Yellow

📋 copy color: '#FAC224'

red 250 ◦ green 194 ◦ blue 36

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

Shades of Moon Yellow #FAC224

Tints of Moon Yellow #FAC224

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

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

R = 52.08%
G = 40.42%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAC224 (or 0xFAC224) is known color: Moon Yellow. HEX triplet: FA, C2 and 24. RGB value is (250,194,36). Sum of RGB (Red+Green+Blue) = 250+194+36=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 36 (14.45% from 255 or 7.5% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC224 is #053DDB. Grayscale: #C1C1C1. Windows color (decimal): -343516 or 2409210. OLE color: 2409210.

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

Color convert

RGB 250 194 36 -
CMYK 0 0.22 0.86 0.02
HSL 44.3º 0.96% 0.56% -
HSV(B) 44.3º 0.86% 0.98% -
XYZ 59.03 59.03 9.95 -
YUV 192.73 39.55 168.85 -
System Red Green Blue C M Y K H S L
Decimal 250 194 36 0 0.22 0.86 0.02 44.3 0.96 0.56
Hex FA C2 24 0 16 56 2 2C 60 38
Octal 372 302 44 0 26 126 2 54 140 70
Binary 11111010 11000010 100100 0 10110 1010110 10 101100 1100000 111000

Color Harmonies of #FAC224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC224

Black with #FAC224

Text Example


Text Example

White with #FAC224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC224; }

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

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

background-color css

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

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

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

border-color css

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

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

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