Html Css Color HEX #FAC221 Moon Yellow

📋 copy color: '#FAC221'

red 250 ◦ green 194 ◦ blue 33

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

Shades of Moon Yellow #FAC221

Tints of Moon Yellow #FAC221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.92%

R = 52.41%
G = 40.67%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAC221 (or 0xFAC221) is known color: Moon Yellow. HEX triplet: FA, C2 and 21. RGB value is (250,194,33). Sum of RGB (Red+Green+Blue) = 250+194+33=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 33 (13.28% from 255 or 6.92% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC221 is #053DDE. Grayscale: #C1C1C1. Windows color (decimal): -343519 or 2212602. OLE color: 2212602.

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

Color convert

RGB 250 194 33 -
CMYK 0 0.22 0.87 0.02
HSL 44.52º 0.96% 0.55% -
HSV(B) 44.52º 0.87% 0.98% -
XYZ 58.99 59.02 9.72 -
YUV 192.39 38.05 169.09 -
System Red Green Blue C M Y K H S L
Decimal 250 194 33 0 0.22 0.87 0.02 44.52 0.96 0.55
Hex FA C2 21 0 16 57 2 2D 60 37
Octal 372 302 41 0 26 127 2 55 140 67
Binary 11111010 11000010 100001 0 10110 1010111 10 101101 1100000 110111

Color Harmonies of #FAC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC221

Black with #FAC221

Text Example


Text Example

White with #FAC221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC221; }

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

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

background-color css

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

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

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

border-color css

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

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

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