Html Css Color HEX #FAC21B Moon Yellow

📋 copy color: '#FAC21B'

red 250 ◦ green 194 ◦ blue 27

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

Shades of Moon Yellow #FAC21B

Tints of Moon Yellow #FAC21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.73%

R = 53.08%
G = 41.19%
B = 5.73%

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

#FAC21B (or 0xFAC21B) is known color: Moon Yellow. HEX triplet: FA, C2 and 1B. RGB value is (250,194,27). Sum of RGB (Red+Green+Blue) = 250+194+27=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC21B is #053DE4. Grayscale: #C0C0C0. Windows color (decimal): -343525 or 1819386. OLE color: 1819386.

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

Color convert

RGB 250 194 27 -
CMYK 0 0.22 0.89 0.02
HSL 44.93º 0.96% 0.54% -
HSV(B) 44.93º 0.89% 0.98% -
XYZ 58.91 58.99 9.32 -
YUV 191.71 35.05 169.58 -
System Red Green Blue C M Y K H S L
Decimal 250 194 27 0 0.22 0.89 0.02 44.93 0.96 0.54
Hex FA C2 1B 0 16 59 2 2D 60 36
Octal 372 302 33 0 26 131 2 55 140 66
Binary 11111010 11000010 11011 0 10110 1011001 10 101101 1100000 110110

Color Harmonies of #FAC21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC21B

Black with #FAC21B

Text Example


Text Example

White with #FAC21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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