Html Css Color HEX #FAC21C Moon Yellow

📋 copy color: '#FAC21C'

red 250 ◦ green 194 ◦ blue 28

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

Shades of Moon Yellow #FAC21C

Tints of Moon Yellow #FAC21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.93%

R = 52.97%
G = 41.1%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAC21C (or 0xFAC21C) is known color: Moon Yellow. HEX triplet: FA, C2 and 1C. RGB value is (250,194,28). Sum of RGB (Red+Green+Blue) = 250+194+28=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 28 (11.33% from 255 or 5.93% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC21C is #053DE3. Grayscale: #C0C0C0. Windows color (decimal): -343524 or 1884922. OLE color: 1884922.

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

Color convert

RGB 250 194 28 -
CMYK 0 0.22 0.89 0.02
HSL 44.86º 0.96% 0.55% -
HSV(B) 44.86º 0.89% 0.98% -
XYZ 58.93 58.99 9.38 -
YUV 191.82 35.55 169.5 -
System Red Green Blue C M Y K H S L
Decimal 250 194 28 0 0.22 0.89 0.02 44.86 0.96 0.55
Hex FA C2 1C 0 16 59 2 2D 60 37
Octal 372 302 34 0 26 131 2 55 140 67
Binary 11111010 11000010 11100 0 10110 1011001 10 101101 1100000 110111

Color Harmonies of #FAC21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC21C

Black with #FAC21C

Text Example


Text Example

White with #FAC21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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