Html Css Color HEX #FAC322 Moon Yellow

📋 copy color: '#FAC322'

red 250 ◦ green 195 ◦ blue 34

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

Shades of Moon Yellow #FAC322

Tints of Moon Yellow #FAC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.71%

 BLUE value IS 34 (13.67% from 255) = 7.1%

R = 52.19%
G = 40.71%
B = 7.1%

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

#FAC322 (or 0xFAC322) is known color: Moon Yellow. HEX triplet: FA, C3 and 22. RGB value is (250,195,34). Sum of RGB (Red+Green+Blue) = 250+195+34=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 34 (13.67% from 255 or 7.10% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC322 is #053CDD. Grayscale: #C1C1C1. Windows color (decimal): -343262 or 2278394. OLE color: 2278394.

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

Color convert

RGB 250 195 34 -
CMYK 0 0.22 0.86 0.02
HSL 44.72º 0.96% 0.56% -
HSV(B) 44.72º 0.86% 0.98% -
XYZ 59.23 59.47 9.87 -
YUV 193.09 38.22 168.59 -
System Red Green Blue C M Y K H S L
Decimal 250 195 34 0 0.22 0.86 0.02 44.72 0.96 0.56
Hex FA C3 22 0 16 56 2 2D 60 38
Octal 372 303 42 0 26 126 2 55 140 70
Binary 11111010 11000011 100010 0 10110 1010110 10 101101 1100000 111000

Color Harmonies of #FAC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC322

Black with #FAC322

Text Example


Text Example

White with #FAC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC322; }

 p { color: rgb(250,195,34); }

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

background-color css

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

 a { background-color: rgb(250,195,34); }

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

border-color css

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

 span { border-color: rgb(250,195,34); }

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